Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateStageResult |
AmazonApiGatewayClient.createStage(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
CreateStageResult |
AmazonApiGateway.createStage(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
CreateStageResult |
AbstractAmazonApiGateway.createStage(CreateStageRequest request) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
java.util.concurrent.Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
java.util.concurrent.Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsyncClient.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
java.util.concurrent.Future<CreateStageResult> |
AmazonApiGatewayAsync.createStageAsync(CreateStageRequest createStageRequest,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler)
Creates a new Stage resource that references a pre-existing
Deployment for the API.
|
java.util.concurrent.Future<CreateStageResult> |
AbstractAmazonApiGatewayAsync.createStageAsync(CreateStageRequest request,
AsyncHandler<CreateStageRequest,CreateStageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateStageRequest |
CreateStageRequest.addVariablesEntry(java.lang.String key,
java.lang.String value) |
CreateStageRequest |
CreateStageRequest.clearVariablesEntries()
Removes all the entries added into Variables.
|
CreateStageRequest |
CreateStageRequest.clone() |
CreateStageRequest |
CreateStageRequest.withCacheClusterEnabled(java.lang.Boolean cacheClusterEnabled)
Whether cache clustering is enabled for the stage.
|
CreateStageRequest |
CreateStageRequest.withCacheClusterSize(java.lang.String cacheClusterSize)
The stage's cache cluster size.
|
CreateStageRequest |
CreateStageRequest.withDeploymentId(java.lang.String deploymentId)
The identifier of the Deployment resource for the Stage
resource.
|
CreateStageRequest |
CreateStageRequest.withDescription(java.lang.String description)
The description of the Stage resource.
|
CreateStageRequest |
CreateStageRequest.withRestApiId(java.lang.String restApiId)
|
CreateStageRequest |
CreateStageRequest.withStageName(java.lang.String stageName)
The name for the Stage resource.
|
CreateStageRequest |
CreateStageRequest.withVariables(java.util.Map<java.lang.String,java.lang.String> variables)
A map that defines the stage variables for the new Stage resource.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateStageRequest> |
CreateStageRequestMarshaller.marshall(CreateStageRequest createStageRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateStageRequest> |
CreateStageRequestMarshaller.marshall(CreateStageRequest createStageRequest) |