Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
Packages that use GetDeploymentResponse
-
Uses of GetDeploymentResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetDeploymentResponseModifier and TypeMethodDescriptiondefault GetDeploymentResponseApiGatewayClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest) Gets information about a Deployment resource.default GetDeploymentResponseApiGatewayClient.getDeployment(GetDeploymentRequest getDeploymentRequest) Gets information about a Deployment resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetDeploymentResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetDeploymentResponse>ApiGatewayAsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest) Gets information about a Deployment resource.default CompletableFuture<GetDeploymentResponse>ApiGatewayAsyncClient.getDeployment(GetDeploymentRequest getDeploymentRequest) Gets information about a Deployment resource.