Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateStageRequest
Packages that use CreateStageRequest
Package
Description
-
Uses of CreateStageRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type CreateStageRequestModifier and TypeMethodDescriptiondefault CompletableFuture<CreateStageResponse>ApiGatewayAsyncClient.createStage(CreateStageRequest 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. -
Uses of CreateStageRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type CreateStageRequestModifier and TypeMethodDescriptionCreateStageRequestMarshaller.marshall(CreateStageRequest createStageRequest)