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 CreateDeploymentResultAbstractAmazonApiGateway. createDeployment(CreateDeploymentRequest request)CreateDeploymentResultAmazonApiGateway. createDeployment(CreateDeploymentRequest createDeploymentRequest)Creates a Deployment resource, which makes a specified RestApi callable over the internet.CreateDeploymentResultAmazonApiGatewayClient. 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 CreateDeploymentResultCreateDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)CreateDeploymentResultCreateDeploymentResult. clearApiSummaryEntries()Removes all the entries added into ApiSummary.CreateDeploymentResultCreateDeploymentResult. clone()CreateDeploymentResultCreateDeploymentResult. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.CreateDeploymentResultCreateDeploymentResult. withCreatedDate(Date createdDate)The date and time that the deployment resource was created.CreateDeploymentResultCreateDeploymentResult. withDescription(String description)The description for the deployment resource.CreateDeploymentResultCreateDeploymentResult. withId(String id)The identifier for the deployment resource.
-