Uses of Class
com.amazonaws.services.apigateway.model.GetRestApisResult
Packages that use GetRestApisResult
-
Uses of GetRestApisResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetRestApisResultModifier 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetRestApisResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 GetRestApisResultModifier 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 GetRestApisResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetRestApisResultModifier and TypeMethodDescriptionGetRestApisResult.clone()
An array of links to the current page of RestApi resources.GetRestApisResult.withItems
(Collection<RestApi> items) An array of links to the current page of RestApi resources.GetRestApisResult.withPosition
(String position)