| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
CreateStageResult |
AmazonApiGatewayClient.createStage(CreateStageRequest request)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
CreateStageResult |
AbstractAmazonApiGateway.createStage(CreateStageRequest request) |
CreateStageResult |
AmazonApiGateway.createStage(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request) |
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.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> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStageResult |
CreateStageResult.addMethodSettingsEntry(String key,
MethodSetting value)
Add a single MethodSettings entry
|
CreateStageResult |
CreateStageResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStageResult |
CreateStageResult.addVariablesEntry(String key,
String value)
Add a single Variables entry
|
CreateStageResult |
CreateStageResult.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.
|
CreateStageResult |
CreateStageResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStageResult |
CreateStageResult.clearVariablesEntries()
Removes all the entries added into Variables.
|
CreateStageResult |
CreateStageResult.clone() |
CreateStageResult |
CreateStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
CreateStageResult |
CreateStageResult.withCacheClusterEnabled(Boolean cacheClusterEnabled)
Specifies whether a cache cluster is enabled for the stage.
|
CreateStageResult |
CreateStageResult.withCacheClusterSize(String cacheClusterSize)
The stage's cache capacity in GB.
|
CreateStageResult |
CreateStageResult.withCacheClusterStatus(CacheClusterStatus cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
CreateStageResult |
CreateStageResult.withCacheClusterStatus(String cacheClusterStatus)
The status of the cache cluster for the stage, if enabled.
|
CreateStageResult |
CreateStageResult.withCanarySettings(CanarySettings canarySettings)
Settings for the canary deployment in this stage.
|
CreateStageResult |
CreateStageResult.withClientCertificateId(String clientCertificateId)
The identifier of a client certificate for an API stage.
|
CreateStageResult |
CreateStageResult.withCreatedDate(Date createdDate)
The timestamp when the stage was created.
|
CreateStageResult |
CreateStageResult.withDeploymentId(String deploymentId)
The identifier of the Deployment that the stage points to.
|
CreateStageResult |
CreateStageResult.withDescription(String description)
The stage's description.
|
CreateStageResult |
CreateStageResult.withDocumentationVersion(String documentationVersion)
The version of the associated API documentation.
|
CreateStageResult |
CreateStageResult.withLastUpdatedDate(Date lastUpdatedDate)
The timestamp when the stage last updated.
|
CreateStageResult |
CreateStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
CreateStageResult |
CreateStageResult.withStageName(String stageName)
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API
Gateway.
|
CreateStageResult |
CreateStageResult.withTags(Map<String,String> tags)
The collection of tags.
|
CreateStageResult |
CreateStageResult.withTracingEnabled(Boolean tracingEnabled)
Specifies whether active tracing with X-ray is enabled for the Stage.
|
CreateStageResult |
CreateStageResult.withVariables(Map<String,String> variables)
A map that defines the stage variables for a Stage resource.
|
CreateStageResult |
CreateStageResult.withWebAclArn(String webAclArn)
The ARN of the WebAcl associated with the Stage.
|
Copyright © 2024. All rights reserved.