Uses of Interface
software.amazon.awssdk.services.codedeploy.model.GetDeploymentTargetRequest.Builder
-
Packages that use GetDeploymentTargetRequest.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 GetDeploymentTargetRequest.Builder in software.amazon.awssdk.services.codedeploy
Method parameters in software.amazon.awssdk.services.codedeploy with type arguments of type GetDeploymentTargetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentTargetResponse>CodeDeployAsyncClient. getDeploymentTarget(Consumer<GetDeploymentTargetRequest.Builder> getDeploymentTargetRequest)Returns information about a deployment target.default GetDeploymentTargetResponseCodeDeployClient. getDeploymentTarget(Consumer<GetDeploymentTargetRequest.Builder> getDeploymentTargetRequest)Returns information about a deployment target. -
Uses of GetDeploymentTargetRequest.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return GetDeploymentTargetRequest.Builder Modifier and Type Method Description static GetDeploymentTargetRequest.BuilderGetDeploymentTargetRequest. builder()GetDeploymentTargetRequest.BuilderGetDeploymentTargetRequest.Builder. deploymentId(String deploymentId)The unique ID of a deployment.GetDeploymentTargetRequest.BuilderGetDeploymentTargetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentTargetRequest.BuilderGetDeploymentTargetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentTargetRequest.BuilderGetDeploymentTargetRequest.Builder. targetId(String targetId)The unique ID of a deployment target.GetDeploymentTargetRequest.BuilderGetDeploymentTargetRequest. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type GetDeploymentTargetRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentTargetRequest.Builder>GetDeploymentTargetRequest. serializableBuilderClass()
-