Uses of Class
com.amazonaws.services.apigateway.model.CreateStageRequest
Packages that use CreateStageRequest
-
Uses of CreateStageRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type CreateStageRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createStage
(CreateStageRequest request) AmazonApiGateway.createStage
(CreateStageRequest createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.AmazonApiGatewayClient.createStage
(CreateStageRequest createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.AbstractAmazonApiGatewayAsync.createStageAsync
(CreateStageRequest request) AbstractAmazonApiGatewayAsync.createStageAsync
(CreateStageRequest request, AsyncHandler<CreateStageRequest, CreateStageResult> asyncHandler) AmazonApiGatewayAsync.createStageAsync
(CreateStageRequest createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.AmazonApiGatewayAsync.createStageAsync
(CreateStageRequest createStageRequest, AsyncHandler<CreateStageRequest, CreateStageResult> asyncHandler) Creates a new Stage resource that references a pre-existing Deployment for the API.AmazonApiGatewayAsyncClient.createStageAsync
(CreateStageRequest request) AmazonApiGatewayAsyncClient.createStageAsync
(CreateStageRequest request, AsyncHandler<CreateStageRequest, CreateStageResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateStageRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.createStageAsync
(CreateStageRequest request, AsyncHandler<CreateStageRequest, CreateStageResult> asyncHandler) AmazonApiGatewayAsync.createStageAsync
(CreateStageRequest createStageRequest, AsyncHandler<CreateStageRequest, CreateStageResult> asyncHandler) Creates a new Stage resource that references a pre-existing Deployment for the API.AmazonApiGatewayAsyncClient.createStageAsync
(CreateStageRequest request, AsyncHandler<CreateStageRequest, CreateStageResult> asyncHandler) -
Uses of CreateStageRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateStageRequestModifier and TypeMethodDescriptionCreateStageRequest.addVariablesEntry
(String key, String value) CreateStageRequest.clearVariablesEntries()
Removes all the entries added into Variables.CreateStageRequest.clone()
CreateStageRequest.withCacheClusterEnabled
(Boolean cacheClusterEnabled) Whether cache clustering is enabled for the stage.CreateStageRequest.withCacheClusterSize
(String cacheClusterSize) The stage's cache cluster size.CreateStageRequest.withDeploymentId
(String deploymentId) The identifier of the Deployment resource for the Stage resource.CreateStageRequest.withDescription
(String description) The description of the Stage resource.CreateStageRequest.withRestApiId
(String restApiId) CreateStageRequest.withStageName
(String stageName) The name for the Stage resource.CreateStageRequest.withVariables
(Map<String, String> variables) A map that defines the stage variables for the new Stage resource.