Uses of Class
com.amazonaws.services.apigateway.model.CreateDeploymentResult
-
Packages that use CreateDeploymentResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateDeploymentResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateDeploymentResult Modifier and Type Method Description CreateDeploymentResult
AbstractAmazonApiGateway. createDeployment(CreateDeploymentRequest request)
CreateDeploymentResult
AmazonApiGateway. createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a Deployment resource, which makes a specified RestApi callable over the internet.CreateDeploymentResult
AmazonApiGatewayClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a Deployment resource, which makes a specified RestApi callable over the internet.Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateDeploymentResult 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 CreateDeploymentResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateDeploymentResult Modifier and Type Method Description CreateDeploymentResult
CreateDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)
CreateDeploymentResult
CreateDeploymentResult. clearApiSummaryEntries()
Removes all the entries added into ApiSummary.CreateDeploymentResult
CreateDeploymentResult. clone()
CreateDeploymentResult
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
CreateDeploymentResult. withCreatedDate(Date createdDate)
The date and time that the deployment resource was created.CreateDeploymentResult
CreateDeploymentResult. withDescription(String description)
The description for the deployment resource.CreateDeploymentResult
CreateDeploymentResult. withId(String id)
The identifier for the deployment resource.
-