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