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 GetRestApisResultAbstractAmazonApiGateway. getRestApis(GetRestApisRequest request)GetRestApisResultAmazonApiGateway. getRestApis(GetRestApisRequest getRestApisRequest)Lists the RestApis resources for your collection.GetRestApisResultAmazonApiGatewayClient. 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 GetRestApisResultGetRestApisResult. clone()GetRestApisResultGetRestApisResult. withItems(RestApi... items)An array of links to the current page of RestApi resources.GetRestApisResultGetRestApisResult. withItems(Collection<RestApi> items)An array of links to the current page of RestApi resources.GetRestApisResultGetRestApisResult. withPosition(String position)
-