Uses of Class
com.amazonaws.services.apigateway.model.CreateDeploymentResult
Packages that use CreateDeploymentResult
-
Uses of CreateDeploymentResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateDeploymentResultModifier 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type CreateDeploymentResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 CreateDeploymentResultModifier 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 CreateDeploymentResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateDeploymentResultModifier and TypeMethodDescriptionCreateDeploymentResult.addApiSummaryEntry
(String key, Map<String, MethodSnapshot> value) CreateDeploymentResult.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.CreateDeploymentResult.clone()
CreateDeploymentResult.withApiSummary
(Map<String, Map<String, MethodSnapshot>> apiSummary) Gets a summary of the RestApi at the date and time that the deployment resource was created.CreateDeploymentResult.withCreatedDate
(Date createdDate) The date and time that the deployment resource was created.CreateDeploymentResult.withDescription
(String description) The description for the deployment resource.The identifier for the deployment resource.