Uses of Class
com.amazonaws.services.apigateway.model.GetRestApiRequest
-
Packages that use GetRestApiRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetRestApiRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetRestApiRequest Modifier and Type Method Description GetRestApiResult
AbstractAmazonApiGateway. getRestApi(GetRestApiRequest request)
GetRestApiResult
AmazonApiGateway. getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.GetRestApiResult
AmazonApiGatewayClient. getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.Future<GetRestApiResult>
AbstractAmazonApiGatewayAsync. getRestApiAsync(GetRestApiRequest request)
Future<GetRestApiResult>
AbstractAmazonApiGatewayAsync. getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Future<GetRestApiResult>
AmazonApiGatewayAsync. getRestApiAsync(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.Future<GetRestApiResult>
AmazonApiGatewayAsync. getRestApiAsync(GetRestApiRequest getRestApiRequest, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Lists the RestApi resource in the collection.Future<GetRestApiResult>
AmazonApiGatewayAsyncClient. getRestApiAsync(GetRestApiRequest request)
Future<GetRestApiResult>
AmazonApiGatewayAsyncClient. getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetRestApiRequest Modifier and Type Method Description Future<GetRestApiResult>
AbstractAmazonApiGatewayAsync. getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Future<GetRestApiResult>
AmazonApiGatewayAsync. getRestApiAsync(GetRestApiRequest getRestApiRequest, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Lists the RestApi resource in the collection.Future<GetRestApiResult>
AmazonApiGatewayAsyncClient. getRestApiAsync(GetRestApiRequest request, AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
-
Uses of GetRestApiRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetRestApiRequest Modifier and Type Method Description GetRestApiRequest
GetRestApiRequest. clone()
GetRestApiRequest
GetRestApiRequest. withRestApiId(String restApiId)
The identifier of the RestApi resource.
-