Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Packages that use CreateStageResponse
-
Uses of CreateStageResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateStageResponseModifier and TypeMethodDescriptiondefault CreateStageResponseApiGatewayClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.default CreateStageResponseApiGatewayClient.createStage(CreateStageRequest createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateStageResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateStageResponse>ApiGatewayAsyncClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.default CompletableFuture<CreateStageResponse>ApiGatewayAsyncClient.createStage(CreateStageRequest createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.