Uses of Class
com.amazonaws.services.apigateway.model.GetDeploymentResult
-
Packages that use GetDeploymentResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetDeploymentResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetDeploymentResult Modifier and Type Method Description GetDeploymentResultAbstractAmazonApiGateway. getDeployment(GetDeploymentRequest request)GetDeploymentResultAmazonApiGateway. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets information about a Deployment resource.GetDeploymentResultAmazonApiGatewayClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Gets information about a Deployment resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetDeploymentResult Modifier and Type Method Description Future<GetDeploymentResult>AbstractAmazonApiGatewayAsync. getDeploymentAsync(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)Future<GetDeploymentResult>AmazonApiGatewayAsync. getDeploymentAsync(GetDeploymentRequest getDeploymentRequest, AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)Gets information about a Deployment resource.Future<GetDeploymentResult>AmazonApiGatewayAsyncClient. getDeploymentAsync(GetDeploymentRequest request, AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) -
Uses of GetDeploymentResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetDeploymentResult Modifier and Type Method Description GetDeploymentResultGetDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)GetDeploymentResultGetDeploymentResult. clearApiSummaryEntries()Removes all the entries added into ApiSummary.GetDeploymentResultGetDeploymentResult. clone()GetDeploymentResultGetDeploymentResult. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)Gets a summary of the RestApi at the date and time that the deployment resource was created.GetDeploymentResultGetDeploymentResult. withCreatedDate(Date createdDate)The date and time that the deployment resource was created.GetDeploymentResultGetDeploymentResult. withDescription(String description)The description for the deployment resource.GetDeploymentResultGetDeploymentResult. withId(String id)The identifier for the deployment resource.
-