Uses of Enum Class
software.amazon.awscdk.services.codedeploy.ComputePlatform
Packages that use ComputePlatform
-
Uses of ComputePlatform in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return ComputePlatformModifier and TypeMethodDescriptiondefault ComputePlatformBaseDeploymentConfigProps.getComputePlatform()The destination compute platform for the deployment.final ComputePlatformBaseDeploymentConfigProps.Jsii$Proxy.getComputePlatform()static ComputePlatformReturns the enum constant of this class with the specified name.static ComputePlatform[]ComputePlatform.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codedeploy with parameters of type ComputePlatformModifier and TypeMethodDescriptionBaseDeploymentConfigProps.Builder.computePlatform(ComputePlatform computePlatform) Sets the value ofBaseDeploymentConfigProps.getComputePlatform()