Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
-
Packages that use GetDeploymentResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetDeploymentResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetDeploymentResponse Modifier and Type Method Description default 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 GetDeploymentResponse Modifier and Type Method Description default 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.
-