Uses of Class
software.amazon.awssdk.services.gamelift.model.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of DeploymentConfiguration in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return DeploymentConfiguration Modifier and Type Method Description DeploymentConfigurationFleetDeployment. deploymentConfiguration()Instructions for how to deploy updates to a container fleet and what actions to take if the deployment fails.DeploymentConfigurationUpdateContainerFleetRequest. deploymentConfiguration()Instructions for how to deploy updates to a container fleet, if the fleet update initiates a deployment.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type DeploymentConfiguration Modifier and Type Method Description FleetDeployment.BuilderFleetDeployment.Builder. deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Instructions for how to deploy updates to a container fleet and what actions to take if the deployment fails.UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Instructions for how to deploy updates to a container fleet, if the fleet update initiates a deployment.
-