Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetDeploymentRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetDeploymentRequest Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>ApiGatewayV2AsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets a Deployment.default GetDeploymentResponseApiGatewayV2Client. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets a Deployment. -
Uses of GetDeploymentRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestGetDeploymentRequestMarshaller. marshall(GetDeploymentRequest getDeploymentRequest)
-