Uses of Class
software.amazon.awssdk.services.codedeploy.model.ComputePlatform
-
Packages that use ComputePlatform Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of ComputePlatform in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return ComputePlatform Modifier and Type Method Description ComputePlatformApplicationInfo. computePlatform()The destination platform type for deployment of the application (LambdaorServer).ComputePlatformCreateApplicationRequest. computePlatform()The destination platform type for the deployment (Lambda,Server, orECS).ComputePlatformCreateDeploymentConfigRequest. computePlatform()The destination platform type for the deployment (Lambda,Server, orECS).ComputePlatformDeploymentConfigInfo. computePlatform()The destination platform type for the deployment (Lambda,Server, orECS).ComputePlatformDeploymentGroupInfo. computePlatform()The destination platform type for the deployment (Lambda,Server, orECS).ComputePlatformDeploymentInfo. computePlatform()The destination platform type for the deployment (Lambda,Server, orECS).static ComputePlatformComputePlatform. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ComputePlatformComputePlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputePlatform[]ComputePlatform. 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 ComputePlatform Modifier and Type Method Description static Set<ComputePlatform>ComputePlatform. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type ComputePlatform Modifier and Type Method Description ApplicationInfo.BuilderApplicationInfo.Builder. computePlatform(ComputePlatform computePlatform)The destination platform type for deployment of the application (LambdaorServer).CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. computePlatform(ComputePlatform computePlatform)The destination platform type for the deployment (Lambda,Server, orECS).CreateDeploymentConfigRequest.BuilderCreateDeploymentConfigRequest.Builder. computePlatform(ComputePlatform computePlatform)The destination platform type for the deployment (Lambda,Server, orECS).DeploymentConfigInfo.BuilderDeploymentConfigInfo.Builder. computePlatform(ComputePlatform computePlatform)The destination platform type for the deployment (Lambda,Server, orECS).DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. computePlatform(ComputePlatform computePlatform)The destination platform type for the deployment (Lambda,Server, orECS).DeploymentInfo.BuilderDeploymentInfo.Builder. computePlatform(ComputePlatform computePlatform)The destination platform type for the deployment (Lambda,Server, orECS).
-