| Package | Description |
|---|---|
| com.amazonaws.services.apigateway | |
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a Stage resource.
|
Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All rights reserved.