Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetDeploymentResponse
-
Packages that use GetDeploymentResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetDeploymentResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetDeploymentResponse Modifier and Type Method Description default GetDeploymentResponseApiGatewayV2Client. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets a Deployment.default GetDeploymentResponseApiGatewayV2Client. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets a Deployment.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetDeploymentResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>ApiGatewayV2AsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Gets a Deployment.default CompletableFuture<GetDeploymentResponse>ApiGatewayV2AsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets a Deployment.
-