| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateStageResult |
AmazonApiGateway.updateStage(UpdateStageRequest updateStageRequest)
Changes information about a Stage resource.
|
UpdateStageResult |
AbstractAmazonApiGateway.updateStage(UpdateStageRequest request) |
UpdateStageResult |
AmazonApiGatewayClient.updateStage(UpdateStageRequest request)
Changes information about a Stage resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateStageResult> |
AbstractAmazonApiGatewayAsync.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> |
AmazonApiGatewayAsyncClient.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateStageResult |
UpdateStageResult.addMethodSettingsEntry(String key,
MethodSetting value)
Add a single MethodSettings entry
|
UpdateStageResult |
UpdateStageResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateStageResult |
UpdateStageResult.addVariablesEntry(String key,
String value)
Add a single Variables entry
|
UpdateStageResult |
UpdateStageResult.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.
|
UpdateStageResult |
UpdateStageResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateStageResult |
UpdateStageResult.clearVariablesEntries()
Removes all the entries added into Variables.
|
UpdateStageResult |
UpdateStageResult.clone() |
UpdateStageResult |
UpdateStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
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.withCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
UpdateStageResult |
UpdateStageResult.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for an API stage.
|
UpdateStageResult |
UpdateStageResult.withCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
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.withDocumentationVersion(String documentationVersion)
The version of the associated API documentation.
|
UpdateStageResult |
UpdateStageResult.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage last updated.
|
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 API
Gateway.
|
UpdateStageResult |
UpdateStageResult.withTags(Map<String,String> tags)
The collection of tags.
|
UpdateStageResult |
UpdateStageResult.withTracingEnabled(Boolean tracingEnabled)
Specifies whether active tracing with X-ray is enabled for the Stage.
|
UpdateStageResult |
UpdateStageResult.withVariables(Map<String,String> variables)
A map that defines the stage variables for a Stage resource.
|
UpdateStageResult |
UpdateStageResult.withWebAclArn(String webAclArn)
The ARN of the WebAcl associated with the Stage.
|
Copyright © 2021. All rights reserved.