Uses of Class
software.amazon.awssdk.services.appconfig.model.ReplicateTo
-
Packages that use ReplicateTo Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of ReplicateTo in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return ReplicateTo Modifier and Type Method Description static ReplicateToReplicateTo. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicateToCreateDeploymentStrategyRequest. replicateTo()Save the deployment strategy to a Systems Manager (SSM) document.ReplicateToCreateDeploymentStrategyResponse. replicateTo()Save the deployment strategy to a Systems Manager (SSM) document.ReplicateToDeploymentStrategy. replicateTo()Save the deployment strategy to a Systems Manager (SSM) document.ReplicateToGetDeploymentStrategyResponse. replicateTo()Save the deployment strategy to a Systems Manager (SSM) document.ReplicateToUpdateDeploymentStrategyResponse. replicateTo()Save the deployment strategy to a Systems Manager (SSM) document.static ReplicateToReplicateTo. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicateTo[]ReplicateTo. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ReplicateTo Modifier and Type Method Description static Set<ReplicateTo>ReplicateTo. knownValues()Methods in software.amazon.awssdk.services.appconfig.model with parameters of type ReplicateTo Modifier and Type Method Description CreateDeploymentStrategyRequest.BuilderCreateDeploymentStrategyRequest.Builder. replicateTo(ReplicateTo replicateTo)Save the deployment strategy to a Systems Manager (SSM) document.CreateDeploymentStrategyResponse.BuilderCreateDeploymentStrategyResponse.Builder. replicateTo(ReplicateTo replicateTo)Save the deployment strategy to a Systems Manager (SSM) document.DeploymentStrategy.BuilderDeploymentStrategy.Builder. replicateTo(ReplicateTo replicateTo)Save the deployment strategy to a Systems Manager (SSM) document.GetDeploymentStrategyResponse.BuilderGetDeploymentStrategyResponse.Builder. replicateTo(ReplicateTo replicateTo)Save the deployment strategy to a Systems Manager (SSM) document.UpdateDeploymentStrategyResponse.BuilderUpdateDeploymentStrategyResponse.Builder. replicateTo(ReplicateTo replicateTo)Save the deployment strategy to a Systems Manager (SSM) document.
-