Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
Packages that use CreateDeploymentResponse
-
Uses of CreateDeploymentResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateDeploymentResponseModifier and TypeMethodDescriptiondefault 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 CreateDeploymentResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet.ApiGatewayAsyncClient.createDeployment(CreateDeploymentRequest createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet.