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 ListResourcesResponse
Resources. 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)
ListResourcesResponse
ResourcesClient. listResources(ListResourcesRequest request)
Iterable<ResourceSummary>
ResourcesPaginators. listResourcesRecordIterator(ListResourcesRequest request)
Creates a new iterable which will iterate over theResourceSummary
objects 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 ListResourcesRequest
ListResourcesRequest.Builder. build()
Build the instance of ListResourcesRequest as configured by this builderListResourcesRequest
ListResourcesRequest.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.Builder
ListResourcesRequest.Builder. copy(ListResourcesRequest o)
Copy method to populate the builder with values from the given instance.
-