Uses of Class
com.amazonaws.services.apigateway.model.CreateDeploymentRequest
-
Packages that use CreateDeploymentRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateDeploymentRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateDeploymentRequest Modifier and Type Method Description Future<CreateDeploymentResult>
AbstractAmazonApiGatewayAsync. 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>
AmazonApiGatewayAsyncClient. createDeploymentAsync(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
-
Uses of CreateDeploymentRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateDeploymentRequest Modifier and Type Method 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.
-