| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
CreateStageResult |
AbstractAmazonApiGateway.createStage(CreateStageRequest request) |
CreateStageResult |
AmazonApiGateway.createStage(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
CreateStageResult |
AmazonApiGatewayClient.createStage(CreateStageRequest request)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateStageRequest |
CreateStageRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStageRequest |
CreateStageRequest.addVariablesEntry(String key,
String value)
Add a single Variables entry
|
CreateStageRequest |
CreateStageRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStageRequest |
CreateStageRequest.clearVariablesEntries()
Removes all the entries added into Variables.
|
CreateStageRequest |
CreateStageRequest.clone() |
CreateStageRequest |
CreateStageRequest.withCacheClusterEnabled(Boolean cacheClusterEnabled)
Whether cache clustering is enabled for the stage.
|
CreateStageRequest |
CreateStageRequest.withCacheClusterSize(String cacheClusterSize)
The stage's cache cluster size.
|
CreateStageRequest |
CreateStageRequest.withCanarySettings(CanarySettings canarySettings)
The canary deployment settings of this stage.
|
CreateStageRequest |
CreateStageRequest.withDeploymentId(String deploymentId)
The identifier of the Deployment resource for the Stage resource.
|
CreateStageRequest |
CreateStageRequest.withDescription(String description)
The description of the Stage resource.
|
CreateStageRequest |
CreateStageRequest.withDocumentationVersion(String documentationVersion)
The version of the associated API documentation.
|
CreateStageRequest |
CreateStageRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
CreateStageRequest |
CreateStageRequest.withStageName(String stageName)
The name for the Stage resource.
|
CreateStageRequest |
CreateStageRequest.withTags(Map<String,String> tags)
The key-value map of strings.
|
CreateStageRequest |
CreateStageRequest.withTracingEnabled(Boolean tracingEnabled)
Specifies whether active tracing with X-ray is enabled for the Stage.
|
CreateStageRequest |
CreateStageRequest.withVariables(Map<String,String> variables)
A map that defines the stage variables for the new Stage resource.
|
Copyright © 2022. All rights reserved.