Uses of Class
com.oracle.bmc.objectstorage.requests.ListObjectsRequest
-
Packages that use ListObjectsRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of ListObjectsRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type ListObjectsRequest Modifier and Type Method Description ListObjectsResponse
ObjectStorage. listObjects(ListObjectsRequest request)
Lists the objects in a bucket.Future<ListObjectsResponse>
ObjectStorageAsync. listObjects(ListObjectsRequest request, AsyncHandler<ListObjectsRequest,ListObjectsResponse> handler)
Lists the objects in a bucket.Future<ListObjectsResponse>
ObjectStorageAsyncClient. listObjects(ListObjectsRequest request, AsyncHandler<ListObjectsRequest,ListObjectsResponse> handler)
ListObjectsResponse
ObjectStorageClient. listObjects(ListObjectsRequest request)
Iterable<ObjectSummary>
ObjectStoragePaginators. listObjectsRecordIterator(ListObjectsRequest request)
Creates a new iterable which will iterate over theObjectSummary
objects contained in responses from the listObjects operation.Iterable<ListObjectsResponse>
ObjectStoragePaginators. listObjectsResponseIterator(ListObjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listObjects operation.Method parameters in com.oracle.bmc.objectstorage with type arguments of type ListObjectsRequest Modifier and Type Method Description Future<ListObjectsResponse>
ObjectStorageAsync. listObjects(ListObjectsRequest request, AsyncHandler<ListObjectsRequest,ListObjectsResponse> handler)
Lists the objects in a bucket.Future<ListObjectsResponse>
ObjectStorageAsyncClient. listObjects(ListObjectsRequest request, AsyncHandler<ListObjectsRequest,ListObjectsResponse> handler)
-
Uses of ListObjectsRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return ListObjectsRequest Modifier and Type Method Description ListObjectsRequest
ListObjectsRequest.Builder. build()
Build the instance of ListObjectsRequest as configured by this builderListObjectsRequest
ListObjectsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListObjectsRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type ListObjectsRequest Modifier and Type Method Description ListObjectsRequest.Builder
ListObjectsRequest.Builder. copy(ListObjectsRequest o)
Copy method to populate the builder with values from the given instance.
-