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 GetDeploymentResult
AbstractAmazonApiGateway. getDeployment(GetDeploymentRequest request)
GetDeploymentResult
AmazonApiGateway. getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a Deployment resource.GetDeploymentResult
AmazonApiGatewayClient. 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 GetDeploymentResult
GetDeploymentResult. addApiSummaryEntry(String key, Map<String,MethodSnapshot> value)
GetDeploymentResult
GetDeploymentResult. clearApiSummaryEntries()
Removes all the entries added into ApiSummary.GetDeploymentResult
GetDeploymentResult. clone()
GetDeploymentResult
GetDeploymentResult. withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the deployment resource was created.GetDeploymentResult
GetDeploymentResult. withCreatedDate(Date createdDate)
The date and time that the deployment resource was created.GetDeploymentResult
GetDeploymentResult. withDescription(String description)
The description for the deployment resource.GetDeploymentResult
GetDeploymentResult. withId(String id)
The identifier for the deployment resource.
-