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