Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDeploymentResult> |
AmazonApiGatewayAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a Deployment resource, which makes a specified
RestApi callable over the internet.
|
Future<CreateDeploymentResult> |
AbstractAmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentRequest |
CreateDeploymentRequest.addVariablesEntry(String key,
String value) |
CreateDeploymentRequest |
CreateDeploymentRequest.clearVariablesEntries()
Removes all the entries added into Variables.
|
CreateDeploymentRequest |
CreateDeploymentRequest.clone() |
CreateDeploymentRequest |
CreateDeploymentRequest.withCacheClusterEnabled(Boolean cacheClusterEnabled)
Enables a cache cluster for the Stage resource specified in the
input.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withCacheClusterSize(String cacheClusterSize)
Specifies the cache cluster size for the Stage resource specified
in the input, if a cache cluster is enabled.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withDescription(String description)
The description for the Deployment resource to create.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withRestApiId(String restApiId)
The RestApi resource identifier for the Deployment resource
to create.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withStageDescription(String stageDescription)
The description of the Stage resource for the Deployment
resource to create.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withStageName(String stageName)
The name of the Stage resource for the Deployment resource
to create.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withVariables(Map<String,String> variables)
A map that defines the stage variables for the Stage resource that
is associated with the new deployment.
|
Copyright © 2018. All rights reserved.