Uses of Class
com.google.cloud.osconfig.v1.PatchDeploymentName
-
Packages that use PatchDeploymentName Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of PatchDeploymentName in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return PatchDeploymentName Modifier and Type Method Description PatchDeploymentNamePatchDeploymentName.Builder. build()static PatchDeploymentNamePatchDeploymentName. of(String project, String patchDeployment)static PatchDeploymentNamePatchDeploymentName. parse(String formattedString)Methods in com.google.cloud.osconfig.v1 that return types with arguments of type PatchDeploymentName Modifier and Type Method Description static List<PatchDeploymentName>PatchDeploymentName. parseList(List<String> formattedStrings)Methods in com.google.cloud.osconfig.v1 with parameters of type PatchDeploymentName Modifier and Type Method Description voidOsConfigServiceClient. deletePatchDeployment(PatchDeploymentName name)Delete an OS Config patch deployment.PatchDeployments.PatchDeploymentOsConfigServiceClient. getPatchDeployment(PatchDeploymentName name)Get an OS Config patch deployment.PatchDeployments.PatchDeploymentOsConfigServiceClient. pausePatchDeployment(PatchDeploymentName name)Change state of patch deployment to "PAUSED".PatchDeployments.PatchDeploymentOsConfigServiceClient. resumePatchDeployment(PatchDeploymentName name)Change state of patch deployment back to "ACTIVE".Method parameters in com.google.cloud.osconfig.v1 with type arguments of type PatchDeploymentName Modifier and Type Method Description static List<String>PatchDeploymentName. toStringList(List<PatchDeploymentName> values)
-