| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| 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 |
|---|---|
CreateStageRequest |
CreateStageRequest.addRouteSettingsEntry(String key,
RouteSettings value)
Add a single RouteSettings entry
|
CreateStageRequest |
CreateStageRequest.addStageVariablesEntry(String key,
String value)
Add a single StageVariables entry
|
CreateStageRequest |
CreateStageRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStageRequest |
CreateStageRequest.clearRouteSettingsEntries()
Removes all the entries added into RouteSettings.
|
CreateStageRequest |
CreateStageRequest.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
CreateStageRequest |
CreateStageRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStageRequest |
CreateStageRequest.clone() |
CreateStageRequest |
CreateStageRequest.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
CreateStageRequest |
CreateStageRequest.withApiId(String apiId)
The API identifier.
|
CreateStageRequest |
CreateStageRequest.withAutoDeploy(Boolean autoDeploy)
Specifies whether updates to an API automatically trigger a new deployment.
|
CreateStageRequest |
CreateStageRequest.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for a Stage.
|
CreateStageRequest |
CreateStageRequest.withDefaultRouteSettings(RouteSettings defaultRouteSettings)
The default route settings for the stage.
|
CreateStageRequest |
CreateStageRequest.withDeploymentId(String deploymentId)
The deployment identifier of the API stage.
|
CreateStageRequest |
CreateStageRequest.withDescription(String description)
The description for the API stage.
|
CreateStageRequest |
CreateStageRequest.withRouteSettings(Map<String,RouteSettings> routeSettings)
Route settings for the stage, by routeKey.
|
CreateStageRequest |
CreateStageRequest.withStageName(String stageName)
The name of the stage.
|
CreateStageRequest |
CreateStageRequest.withStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for a Stage.
|
CreateStageRequest |
CreateStageRequest.withTags(Map<String,String> tags)
The collection of tags.
|
Copyright © 2021. All rights reserved.