Uses of Class
software.amazon.awssdk.services.codedeploy.model.DeploymentCreator
-
Packages that use DeploymentCreator Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of DeploymentCreator in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return DeploymentCreator Modifier and Type Method Description DeploymentCreatorDeploymentInfo. creator()The means by which the deployment was created:static DeploymentCreatorDeploymentCreator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentCreatorDeploymentCreator. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentCreator[]DeploymentCreator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type DeploymentCreator Modifier and Type Method Description static Set<DeploymentCreator>DeploymentCreator. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type DeploymentCreator Modifier and Type Method Description DeploymentInfo.BuilderDeploymentInfo.Builder. creator(DeploymentCreator creator)The means by which the deployment was created:
-