Uses of Interface
software.amazon.awssdk.services.m2.model.GetDeploymentRequest.Builder
-
Packages that use GetDeploymentRequest.Builder Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.model -
-
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.m2
Method parameters in software.amazon.awssdk.services.m2 with type arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>M2AsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets details of a specific deployment with a given deployment identifier.default GetDeploymentResponseM2Client. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets details of a specific deployment with a given deployment identifier. -
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return GetDeploymentRequest.Builder Modifier and Type Method Description GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. applicationId(String applicationId)The unique identifier of the application.static GetDeploymentRequest.BuilderGetDeploymentRequest. builder()GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. deploymentId(String deploymentId)The unique identifier for the deployment.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentRequest.BuilderGetDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentRequest.Builder>GetDeploymentRequest. serializableBuilderClass()
-