| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.addMethodSettingsEntry(String key,
MethodSetting value)
Add a single MethodSettings entry
|
Stage |
Stage.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Stage |
Stage.addVariablesEntry(String key,
String value)
Add a single Variables entry
|
Stage |
Stage.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.
|
Stage |
Stage.clearTagsEntries()
Removes all the entries added into Tags.
|
Stage |
Stage.clearVariablesEntries()
Removes all the entries added into Variables.
|
Stage |
Stage.clone() |
Stage |
Stage.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
Stage |
Stage.withCacheClusterEnabled(Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
Stage |
Stage.withCacheClusterSize(String cacheClusterSize)
The stage's cache capacity in GB.
|
Stage |
Stage.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
Stage |
Stage.withCacheClusterStatus(String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
Stage |
Stage.withCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
Stage |
Stage.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for an API stage.
|
Stage |
Stage.withCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
Stage |
Stage.withDeploymentId(String deploymentId)
The identifier of the Deployment that the stage points to.
|
Stage |
Stage.withDescription(String description)
The stage's description.
|
Stage |
Stage.withDocumentationVersion(String documentationVersion)
The version of the associated API documentation.
|
Stage |
Stage.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage last updated.
|
Stage |
Stage.withMethodSettings(Map<String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
Stage |
Stage.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.
|
Stage |
Stage.withTags(Map<String,String> tags)
The collection of tags.
|
Stage |
Stage.withTracingEnabled(Boolean tracingEnabled)
Specifies whether active tracing with X-ray is enabled for the Stage.
|
Stage |
Stage.withVariables(Map<String,String> variables)
A map that defines the stage variables for a Stage resource.
|
Stage |
Stage.withWebAclArn(String webAclArn)
The ARN of the WebAcl associated with the Stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stage> |
GetStagesResult.getItem()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetStagesResult |
GetStagesResult.withItem(Stage... item)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStagesResult.setItem(Collection<Stage> item)
The current page of elements from this collection.
|
GetStagesResult |
GetStagesResult.withItem(Collection<Stage> item)
The current page of elements from this collection.
|
Copyright © 2025. All rights reserved.