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 CreateDeploymentRequestCreateDeploymentRequest. addVariablesEntry(String key, String value)CreateDeploymentRequestCreateDeploymentRequest. clearVariablesEntries()Removes all the entries added into Variables.CreateDeploymentRequestCreateDeploymentRequest. clone()CreateDeploymentRequestCreateDeploymentRequest. withCacheClusterEnabled(Boolean cacheClusterEnabled)Enables a cache cluster for the Stage resource specified in the input.CreateDeploymentRequestCreateDeploymentRequest. withCacheClusterSize(String cacheClusterSize)Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.CreateDeploymentRequestCreateDeploymentRequest. withDescription(String description)The description for the Deployment resource to create.CreateDeploymentRequestCreateDeploymentRequest. withRestApiId(String restApiId)The RestApi resource identifier for the Deployment resource to create.CreateDeploymentRequestCreateDeploymentRequest. withStageDescription(String stageDescription)The description of the Stage resource for the Deployment resource to create.CreateDeploymentRequestCreateDeploymentRequest. withStageName(String stageName)The name of the Stage resource for the Deployment resource to create.CreateDeploymentRequestCreateDeploymentRequest. withVariables(Map<String,String> variables)A map that defines the stage variables for the Stage resource that is associated with the new deployment.
-