| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.addRouteSettingsEntry(String key,
RouteSettings value)
Add a single RouteSettings entry
|
Stage |
Stage.addStageVariablesEntry(String key,
String value)
Add a single StageVariables entry
|
Stage |
Stage.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Stage |
Stage.clearRouteSettingsEntries()
Removes all the entries added into RouteSettings.
|
Stage |
Stage.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
Stage |
Stage.clearTagsEntries()
Removes all the entries added into Tags.
|
Stage |
Stage.clone() |
Stage |
Stage.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
Stage |
Stage.withApiGatewayManaged(Boolean apiGatewayManaged)
Specifies whether a stage is managed by API Gateway.
|
Stage |
Stage.withAutoDeploy(Boolean autoDeploy)
Specifies whether updates to an API automatically trigger a new deployment.
|
Stage |
Stage.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
|
Stage |
Stage.withCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
Stage |
Stage.withDefaultRouteSettings(RouteSettings defaultRouteSettings)
Default route settings for the stage.
|
Stage |
Stage.withDeploymentId(String deploymentId)
The identifier of the Deployment that the Stage is associated with.
|
Stage |
Stage.withDescription(String description)
The description of the stage.
|
Stage |
Stage.withLastDeploymentStatusMessage(String lastDeploymentStatusMessage)
Describes the status of the last deployment of a stage.
|
Stage |
Stage.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage was last updated.
|
Stage |
Stage.withRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage, by routeKey.
|
Stage |
Stage.withStageName(String stageName)
The name of the stage.
|
Stage |
Stage.withStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a stage resource.
|
Stage |
Stage.withTags(Map<String,String> tags)
The collection of tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stage> |
GetStagesResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetStagesResult |
GetStagesResult.withItems(Stage... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStagesResult.setItems(Collection<Stage> items)
The elements from this collection.
|
GetStagesResult |
GetStagesResult.withItems(Collection<Stage> items)
The elements from this collection.
|
Copyright © 2023. All rights reserved.