Uses of Class
com.amazonaws.services.apigateway.model.GetRestApisRequest
-
Packages that use GetRestApisRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetRestApisRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetRestApisRequest Modifier and Type Method Description Future<GetRestApisResult>
AbstractAmazonApiGatewayAsync. getRestApisAsync(GetRestApisRequest request, AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler)
Future<GetRestApisResult>
AmazonApiGatewayAsync. getRestApisAsync(GetRestApisRequest getRestApisRequest, AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler)
Lists the RestApis resources for your collection.Future<GetRestApisResult>
AmazonApiGatewayAsyncClient. getRestApisAsync(GetRestApisRequest request, AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler)
-
Uses of GetRestApisRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetRestApisRequest Modifier and Type Method Description GetRestApisRequest
GetRestApisRequest. clone()
GetRestApisRequest
GetRestApisRequest. withLimit(Integer limit)
The maximum number of RestApi resources in the collection to get information about.GetRestApisRequest
GetRestApisRequest. withPosition(String position)
The position of the current RestApis resource in the collection to get information about.
-