| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
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> | 
AmazonApiGatewayAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
                     AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)  | 
Future<CreateDeploymentResult> | 
AbstractAmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest request,
                     AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDeploymentRequest | 
CreateDeploymentRequest.addVariablesEntry(String key,
                 String value)
Add a single Variables entry 
 | 
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.withCanarySettings(DeploymentCanarySettings canarySettings)
 The input configuration for the canary deployment when the deployment is a canary release deployment. 
 | 
CreateDeploymentRequest | 
CreateDeploymentRequest.withDescription(String description)
 The description for the Deployment resource to create. 
 | 
CreateDeploymentRequest | 
CreateDeploymentRequest.withRestApiId(String restApiId)
 [Required] The string identifier of the associated RestApi. 
 | 
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.withTracingEnabled(Boolean tracingEnabled)
 Specifies whether active tracing with X-ray is enabled for the Stage. 
 | 
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 © 2020. All rights reserved.