Uses of Class
com.amazonaws.services.apigateway.model.GetRestApisResult
-
Packages that use GetRestApisResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetRestApisResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetRestApisResult Modifier and Type Method Description GetRestApisResult
AbstractAmazonApiGateway. getRestApis(GetRestApisRequest request)
GetRestApisResult
AmazonApiGateway. getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.GetRestApisResult
AmazonApiGatewayClient. getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetRestApisResult 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 GetRestApisResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetRestApisResult Modifier and Type Method Description GetRestApisResult
GetRestApisResult. clone()
GetRestApisResult
GetRestApisResult. withItems(RestApi... items)
An array of links to the current page of RestApi resources.GetRestApisResult
GetRestApisResult. withItems(Collection<RestApi> items)
An array of links to the current page of RestApi resources.GetRestApisResult
GetRestApisResult. withPosition(String position)
-