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