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