Uses of Class
software.amazon.awssdk.services.launchwizard.model.DeploymentSpecificationsField
-
Packages that use DeploymentSpecificationsField Package Description software.amazon.awssdk.services.launchwizard.model -
-
Uses of DeploymentSpecificationsField in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type DeploymentSpecificationsField Modifier and Type Method Description List<DeploymentSpecificationsField>WorkloadDeploymentPatternData. specifications()The settings specified for the deployment.Methods in software.amazon.awssdk.services.launchwizard.model with parameters of type DeploymentSpecificationsField Modifier and Type Method Description WorkloadDeploymentPatternData.BuilderWorkloadDeploymentPatternData.Builder. specifications(DeploymentSpecificationsField... specifications)The settings specified for the deployment.Method parameters in software.amazon.awssdk.services.launchwizard.model with type arguments of type DeploymentSpecificationsField Modifier and Type Method Description WorkloadDeploymentPatternData.BuilderWorkloadDeploymentPatternData.Builder. specifications(Collection<DeploymentSpecificationsField> specifications)The settings specified for the deployment.
-