Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateStageResult |
AbstractAmazonApiGateway.updateStage(UpdateStageRequest request) |
UpdateStageResult |
AmazonApiGatewayClient.updateStage(UpdateStageRequest updateStageRequest)
Changes information about a Stage resource.
|
UpdateStageResult |
AmazonApiGateway.updateStage(UpdateStageRequest updateStageRequest)
Changes information about a Stage resource.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateStageResult> |
AmazonApiGatewayAsyncClient.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest updateStageRequest,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
Changes information about a Stage resource.
|
Future<UpdateStageResult> |
AbstractAmazonApiGatewayAsync.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateStageResult |
UpdateStageResult.addMethodSettingsEntry(String key,
MethodSetting value) |
UpdateStageResult |
UpdateStageResult.addVariablesEntry(String key,
String value) |
UpdateStageResult |
UpdateStageResult.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.
|
UpdateStageResult |
UpdateStageResult.clearVariablesEntries()
Removes all the entries added into Variables.
|
UpdateStageResult |
UpdateStageResult.clone() |
UpdateStageResult |
UpdateStageResult.withCacheClusterEnabled(Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
UpdateStageResult |
UpdateStageResult.withCacheClusterSize(String cacheClusterSize)
The size of the cache cluster for the stage, if enabled.
|
UpdateStageResult |
UpdateStageResult.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
UpdateStageResult |
UpdateStageResult.withCacheClusterStatus(String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
UpdateStageResult |
UpdateStageResult.withClientCertificateId(String clientCertificateId) |
UpdateStageResult |
UpdateStageResult.withCreatedDate(Date createdDate)
The date and time that the stage was created, in ISO 8601 format.
|
UpdateStageResult |
UpdateStageResult.withDeploymentId(String deploymentId)
The identifier of the Deployment that the stage points to.
|
UpdateStageResult |
UpdateStageResult.withDescription(String description)
The stage's description.
|
UpdateStageResult |
UpdateStageResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that information about the stage was last updated, in
ISO 8601 format.
|
UpdateStageResult |
UpdateStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
UpdateStageResult |
UpdateStageResult.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.
|
UpdateStageResult |
UpdateStageResult.withVariables(Map<String,String> variables)
A map that defines the stage variables for a Stage resource.
|
Copyright © 2018. All rights reserved.