Uses of Class
software.amazon.awssdk.services.m2.model.GetDeploymentRequest
-
Packages that use GetDeploymentRequest 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.transform -
-
Uses of GetDeploymentRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type GetDeploymentRequest Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>M2AsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets details of a specific deployment with a given deployment identifier.default GetDeploymentResponseM2Client. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets details of a specific deployment with a given deployment identifier. -
Uses of GetDeploymentRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type GetDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestGetDeploymentRequestMarshaller. marshall(GetDeploymentRequest getDeploymentRequest)
-