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.
|
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 |
---|---|
CreateStageResult |
CreateStageResult.addMethodSettingsEntry(String key,
MethodSetting value) |
CreateStageResult |
CreateStageResult.addVariablesEntry(String key,
String value) |
CreateStageResult |
CreateStageResult.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.
|
CreateStageResult |
CreateStageResult.clearVariablesEntries()
Removes all the entries added into Variables.
|
CreateStageResult |
CreateStageResult.clone() |
CreateStageResult |
CreateStageResult.withCacheClusterEnabled(Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
CreateStageResult |
CreateStageResult.withCacheClusterSize(String cacheClusterSize)
The size of the cache cluster for the stage, if enabled.
|
CreateStageResult |
CreateStageResult.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
CreateStageResult |
CreateStageResult.withCacheClusterStatus(String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
CreateStageResult |
CreateStageResult.withClientCertificateId(String clientCertificateId) |
CreateStageResult |
CreateStageResult.withCreatedDate(Date createdDate)
The date and time that the stage was created, in ISO 8601 format.
|
CreateStageResult |
CreateStageResult.withDeploymentId(String deploymentId)
The identifier of the Deployment that the stage points to.
|
CreateStageResult |
CreateStageResult.withDescription(String description)
The stage's description.
|
CreateStageResult |
CreateStageResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that information about the stage was last updated, in
ISO 8601 format.
|
CreateStageResult |
CreateStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
CreateStageResult |
CreateStageResult.withStageName(String stageName)
The name of the stage is the first path segment in the Uniform Resource
Identifier (URI) of a call to Amazon API Gateway.
|
CreateStageResult |
CreateStageResult.withVariables(Map<String,String> variables)
A map that defines the stage variables for a Stage resource.
|
Copyright © 2018. All rights reserved.