Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetDeploymentsResponse
-
Packages that use GetDeploymentsResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetDeploymentsResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetDeploymentsResponse Modifier and Type Method Description default GetDeploymentsResponseApiGatewayV2Client. getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)Gets the Deployments for an API.default GetDeploymentsResponseApiGatewayV2Client. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Gets the Deployments for an API.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetDeploymentsResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentsResponse>ApiGatewayV2AsyncClient. getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)Gets the Deployments for an API.default CompletableFuture<GetDeploymentsResponse>ApiGatewayV2AsyncClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Gets the Deployments for an API.
-