| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.addRouteSettingsEntry(String key,
RouteSettings value) |
Stage |
Stage.addStageVariablesEntry(String key,
String value) |
Stage |
Stage.clearRouteSettingsEntries()
Removes all the entries added into RouteSettings.
|
Stage |
Stage.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
Stage |
Stage.clone() |
Stage |
Stage.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
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.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage was last updated.
|
Stage |
Stage.withRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage.
|
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.
|
| 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 © 2019. All rights reserved.