Uses of Class
software.amazon.awssdk.services.batch.model.UpdatePolicy
-
Packages that use UpdatePolicy Package Description software.amazon.awssdk.services.batch.model -
-
Uses of UpdatePolicy in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return UpdatePolicy Modifier and Type Method Description UpdatePolicyComputeEnvironmentDetail. updatePolicy()Specifies the infrastructure update policy for the compute environment.UpdatePolicyUpdateComputeEnvironmentRequest. updatePolicy()Specifies the updated infrastructure update policy for the compute environment.Methods in software.amazon.awssdk.services.batch.model with parameters of type UpdatePolicy Modifier and Type Method Description ComputeEnvironmentDetail.BuilderComputeEnvironmentDetail.Builder. updatePolicy(UpdatePolicy updatePolicy)Specifies the infrastructure update policy for the compute environment.UpdateComputeEnvironmentRequest.BuilderUpdateComputeEnvironmentRequest.Builder. updatePolicy(UpdatePolicy updatePolicy)Specifies the updated infrastructure update policy for the compute environment.
-