Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.CreateDeploymentRequest
-
Packages that use CreateDeploymentRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of CreateDeploymentRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type CreateDeploymentRequest Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>ApiGatewayV2AsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a Deployment for an API.default CreateDeploymentResponseApiGatewayV2Client. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a Deployment for an API. -
Uses of CreateDeploymentRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type CreateDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestCreateDeploymentRequestMarshaller. marshall(CreateDeploymentRequest createDeploymentRequest)
-