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