Uses of Class
software.amazon.awssdk.services.proton.model.GetDeploymentResponse
-
Packages that use GetDeploymentResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of GetDeploymentResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return GetDeploymentResponse Modifier and Type Method Description default GetDeploymentResponseProtonClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Get detailed data for a deployment.default GetDeploymentResponseProtonClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Get detailed data for a deployment.Methods in software.amazon.awssdk.services.proton that return types with arguments of type GetDeploymentResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>ProtonAsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Get detailed data for a deployment.default CompletableFuture<GetDeploymentResponse>ProtonAsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Get detailed data for a deployment.
-