Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
static ComputePlatform |
ComputePlatform.fromValue(String value)
Use this in place of valueOf.
|
static ComputePlatform |
ComputePlatform.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.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentInfo.setComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
ApplicationInfo |
ApplicationInfo.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for deployment of the application (
Lambda or Server ). |
DeploymentConfigInfo |
DeploymentConfigInfo.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
DeploymentGroupInfo |
DeploymentGroupInfo.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
CreateDeploymentConfigRequest |
CreateDeploymentConfigRequest.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
CreateApplicationRequest |
CreateApplicationRequest.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
DeploymentInfo |
DeploymentInfo.withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda , Server , or ECS ). |
Copyright © 2021. All rights reserved.