Uses of Class
com.amazonaws.services.apigateway.model.GetRestApisRequest
Packages that use GetRestApisRequest
-
Uses of GetRestApisRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetRestApisRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getRestApis
(GetRestApisRequest request) AmazonApiGateway.getRestApis
(GetRestApisRequest getRestApisRequest) Lists the RestApis resources for your collection.AmazonApiGatewayClient.getRestApis
(GetRestApisRequest getRestApisRequest) Lists the RestApis resources for your collection.AbstractAmazonApiGatewayAsync.getRestApisAsync
(GetRestApisRequest request) AbstractAmazonApiGatewayAsync.getRestApisAsync
(GetRestApisRequest request, AsyncHandler<GetRestApisRequest, GetRestApisResult> asyncHandler) AmazonApiGatewayAsync.getRestApisAsync
(GetRestApisRequest getRestApisRequest) Lists the RestApis resources for your collection.AmazonApiGatewayAsync.getRestApisAsync
(GetRestApisRequest getRestApisRequest, AsyncHandler<GetRestApisRequest, GetRestApisResult> asyncHandler) Lists the RestApis resources for your collection.AmazonApiGatewayAsyncClient.getRestApisAsync
(GetRestApisRequest request) AmazonApiGatewayAsyncClient.getRestApisAsync
(GetRestApisRequest request, AsyncHandler<GetRestApisRequest, GetRestApisResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetRestApisRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getRestApisAsync
(GetRestApisRequest request, AsyncHandler<GetRestApisRequest, GetRestApisResult> asyncHandler) AmazonApiGatewayAsync.getRestApisAsync
(GetRestApisRequest getRestApisRequest, AsyncHandler<GetRestApisRequest, GetRestApisResult> asyncHandler) Lists the RestApis resources for your collection.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 GetRestApisRequestModifier and TypeMethodDescriptionGetRestApisRequest.clone()
The maximum number of RestApi resources in the collection to get information about.GetRestApisRequest.withPosition
(String position) The position of the current RestApis resource in the collection to get information about.