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