Uses of Class
com.amazonaws.services.codedeploy.model.GetDeploymentConfigResult
-
Packages that use GetDeploymentConfigResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of GetDeploymentConfigResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return GetDeploymentConfigResult Modifier and Type Method Description GetDeploymentConfigResult
AbstractAmazonCodeDeploy. getDeploymentConfig(GetDeploymentConfigRequest request)
GetDeploymentConfigResult
AmazonCodeDeploy. getDeploymentConfig(GetDeploymentConfigRequest getDeploymentConfigRequest)
Gets information about a deployment configuration.GetDeploymentConfigResult
AmazonCodeDeployClient. getDeploymentConfig(GetDeploymentConfigRequest getDeploymentConfigRequest)
Gets information about a deployment configuration.Method parameters in com.amazonaws.services.codedeploy with type arguments of type GetDeploymentConfigResult Modifier and Type Method Description Future<GetDeploymentConfigResult>
AbstractAmazonCodeDeployAsync. getDeploymentConfigAsync(GetDeploymentConfigRequest request, AsyncHandler<GetDeploymentConfigRequest,GetDeploymentConfigResult> asyncHandler)
Future<GetDeploymentConfigResult>
AmazonCodeDeployAsync. getDeploymentConfigAsync(GetDeploymentConfigRequest getDeploymentConfigRequest, AsyncHandler<GetDeploymentConfigRequest,GetDeploymentConfigResult> asyncHandler)
Gets information about a deployment configuration.Future<GetDeploymentConfigResult>
AmazonCodeDeployAsyncClient. getDeploymentConfigAsync(GetDeploymentConfigRequest request, AsyncHandler<GetDeploymentConfigRequest,GetDeploymentConfigResult> asyncHandler)
-
Uses of GetDeploymentConfigResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return GetDeploymentConfigResult Modifier and Type Method Description GetDeploymentConfigResult
GetDeploymentConfigResult. clone()
GetDeploymentConfigResult
GetDeploymentConfigResult. withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Information about the deployment configuration.
-