Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
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.
|
CreateStageResult |
AbstractAmazonApiGateway.createStage(CreateStageRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
java.util.concurrent.Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
java.util.concurrent.Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
java.util.concurrent.Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateStageResult |
CreateStageResult.addMethodSettingsEntry(java.lang.String key,
MethodSetting value) |
CreateStageResult |
CreateStageResult.addVariablesEntry(java.lang.String key,
java.lang.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(java.lang.Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
CreateStageResult |
CreateStageResult.withCacheClusterSize(java.lang.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(java.lang.String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
CreateStageResult |
CreateStageResult.withClientCertificateId(java.lang.String clientCertificateId) |
CreateStageResult |
CreateStageResult.withCreatedDate(java.util.Date createdDate)
The date and time that the stage was created, in ISO 8601 format.
|
CreateStageResult |
CreateStageResult.withDeploymentId(java.lang.String deploymentId)
The identifier of the Deployment that the stage points to.
|
CreateStageResult |
CreateStageResult.withDescription(java.lang.String description)
The stage's description.
|
CreateStageResult |
CreateStageResult.withLastUpdatedDate(java.util.Date lastUpdatedDate)
The date and time that information about the stage was last updated, in
ISO 8601 format.
|
CreateStageResult |
CreateStageResult.withMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
CreateStageResult |
CreateStageResult.withStageName(java.lang.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(java.util.Map<java.lang.String,java.lang.String> variables)
A map that defines the stage variables for a Stage resource.
|
Modifier and Type | Method and Description |
---|---|
CreateStageResult |
CreateStageResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |