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