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