Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
-
Packages that use CreateDeploymentResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateDeploymentResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateDeploymentResponse Modifier and Type Method Description default CreateDeploymentResponseApiGatewayClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a Deployment resource, which makes a specified RestApi callable over the internet.default CreateDeploymentResponseApiGatewayClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a Deployment resource, which makes a specified RestApi callable over the internet.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateDeploymentResponse Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>ApiGatewayAsyncClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Creates a Deployment resource, which makes a specified RestApi callable over the internet.default CompletableFuture<CreateDeploymentResponse>ApiGatewayAsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a Deployment resource, which makes a specified RestApi callable over the internet.
-