Uses of Class
com.amazonaws.services.apigateway.model.CreateDeploymentRequest
Packages that use CreateDeploymentRequest
-
Uses of CreateDeploymentRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type CreateDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createDeployment
(CreateDeploymentRequest request) AmazonApiGateway.createDeployment
(CreateDeploymentRequest createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet.AmazonApiGatewayClient.createDeployment
(CreateDeploymentRequest createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet.AbstractAmazonApiGatewayAsync.createDeploymentAsync
(CreateDeploymentRequest request) AbstractAmazonApiGatewayAsync.createDeploymentAsync
(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) AmazonApiGatewayAsync.createDeploymentAsync
(CreateDeploymentRequest createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet.AmazonApiGatewayAsync.createDeploymentAsync
(CreateDeploymentRequest createDeploymentRequest, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Creates a Deployment resource, which makes a specified RestApi callable over the internet.AmazonApiGatewayAsyncClient.createDeploymentAsync
(CreateDeploymentRequest request) AmazonApiGatewayAsyncClient.createDeploymentAsync
(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateDeploymentRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.createDeploymentAsync
(CreateDeploymentRequest request, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) AmazonApiGatewayAsync.createDeploymentAsync
(CreateDeploymentRequest createDeploymentRequest, AsyncHandler<CreateDeploymentRequest, CreateDeploymentResult> asyncHandler) Creates a Deployment resource, which makes a specified RestApi callable over the internet.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 CreateDeploymentRequestModifier and TypeMethodDescriptionCreateDeploymentRequest.addVariablesEntry
(String key, String value) CreateDeploymentRequest.clearVariablesEntries()
Removes all the entries added into Variables.CreateDeploymentRequest.clone()
CreateDeploymentRequest.withCacheClusterEnabled
(Boolean cacheClusterEnabled) Enables a cache cluster for the Stage resource specified in the input.CreateDeploymentRequest.withCacheClusterSize
(String cacheClusterSize) Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.CreateDeploymentRequest.withDescription
(String description) The description for the Deployment resource to create.CreateDeploymentRequest.withRestApiId
(String restApiId) The RestApi resource identifier for the Deployment resource to create.CreateDeploymentRequest.withStageDescription
(String stageDescription) The description of the Stage resource for the Deployment resource to create.CreateDeploymentRequest.withStageName
(String stageName) The name of the Stage resource for the Deployment resource to create.CreateDeploymentRequest.withVariables
(Map<String, String> variables) A map that defines the stage variables for the Stage resource that is associated with the new deployment.