Uses of Class
com.oracle.bmc.usage.requests.ListResourcesRequest
-
Packages that use ListResourcesRequest Package Description com.oracle.bmc.usage com.oracle.bmc.usage.requests -
-
Uses of ListResourcesRequest in com.oracle.bmc.usage
Methods in com.oracle.bmc.usage with parameters of type ListResourcesRequest Modifier and Type Method Description ListResourcesResponseResources. listResources(ListResourcesRequest request)Returns the resource details for a service > Important: Calls to this API will only succeed against the endpoint in the home region.Future<ListResourcesResponse>ResourcesAsync. listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler)Returns the resource details for a service > Important: Calls to this API will only succeed against the endpoint in the home region.Future<ListResourcesResponse>ResourcesAsyncClient. listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler)ListResourcesResponseResourcesClient. listResources(ListResourcesRequest request)Iterable<ResourceSummary>ResourcesPaginators. listResourcesRecordIterator(ListResourcesRequest request)Creates a new iterable which will iterate over theResourceSummaryobjects contained in responses from the listResources operation.Iterable<ListResourcesResponse>ResourcesPaginators. listResourcesResponseIterator(ListResourcesRequest request)Creates a new iterable which will iterate over the responses received from the listResources operation.Method parameters in com.oracle.bmc.usage with type arguments of type ListResourcesRequest Modifier and Type Method Description Future<ListResourcesResponse>ResourcesAsync. listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler)Returns the resource details for a service > Important: Calls to this API will only succeed against the endpoint in the home region.Future<ListResourcesResponse>ResourcesAsyncClient. listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler) -
Uses of ListResourcesRequest in com.oracle.bmc.usage.requests
Methods in com.oracle.bmc.usage.requests that return ListResourcesRequest Modifier and Type Method Description ListResourcesRequestListResourcesRequest.Builder. build()Build the instance of ListResourcesRequest as configured by this builderListResourcesRequestListResourcesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListResourcesRequest as configured by this builderMethods in com.oracle.bmc.usage.requests with parameters of type ListResourcesRequest Modifier and Type Method Description ListResourcesRequest.BuilderListResourcesRequest.Builder. copy(ListResourcesRequest o)Copy method to populate the builder with values from the given instance.
-