Uses of Interface
software.amazon.awssdk.services.codedeploy.model.GetDeploymentConfigRequest.Builder
-
Packages that use GetDeploymentConfigRequest.Builder Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.software.amazon.awssdk.services.codedeploy.model -
-
Uses of GetDeploymentConfigRequest.Builder in software.amazon.awssdk.services.codedeploy
Method parameters in software.amazon.awssdk.services.codedeploy with type arguments of type GetDeploymentConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentConfigResponse>CodeDeployAsyncClient. getDeploymentConfig(Consumer<GetDeploymentConfigRequest.Builder> getDeploymentConfigRequest)Gets information about a deployment configuration.default GetDeploymentConfigResponseCodeDeployClient. getDeploymentConfig(Consumer<GetDeploymentConfigRequest.Builder> getDeploymentConfigRequest)Gets information about a deployment configuration. -
Uses of GetDeploymentConfigRequest.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return GetDeploymentConfigRequest.Builder Modifier and Type Method Description static GetDeploymentConfigRequest.BuilderGetDeploymentConfigRequest. builder()GetDeploymentConfigRequest.BuilderGetDeploymentConfigRequest.Builder. deploymentConfigName(String deploymentConfigName)The name of a deployment configuration associated with the user or Amazon Web Services account.GetDeploymentConfigRequest.BuilderGetDeploymentConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentConfigRequest.BuilderGetDeploymentConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentConfigRequest.BuilderGetDeploymentConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type GetDeploymentConfigRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentConfigRequest.Builder>GetDeploymentConfigRequest. serializableBuilderClass()
-