Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateStageResponse
-
Packages that use CreateStageResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateStageResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateStageResponse Modifier and Type Method Description default 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 CreateStageResponse Modifier and Type Method Description default 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.
-