| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeploymentResponse> |
M2AsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets details of a specific deployment with a given deployment identifier.
|
default GetDeploymentResponse |
M2Client.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets details of a specific deployment with a given deployment identifier.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.applicationId(String applicationId)
The unique identifier of the application.
|
static GetDeploymentRequest.Builder |
GetDeploymentRequest.builder() |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.deploymentId(String deploymentId)
The unique identifier for the deployment.
|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentRequest.Builder |
GetDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeploymentRequest.Builder> |
GetDeploymentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.