Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
CreateStageResult |
AbstractAmazonApiGateway.createStage(CreateStageRequest request) |
CreateStageResult |
AmazonApiGatewayClient.createStage(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
CreateStageResult |
AmazonApiGateway.createStage(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.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> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.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> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.