Uses of Class
com.oracle.bmc.objectstorage.responses.ListObjectsResponse
-
Packages that use ListObjectsResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of ListObjectsResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return ListObjectsResponse Modifier and Type Method Description ListObjectsResponse
ObjectStorage. listObjects(ListObjectsRequest request)
Lists the objects in a bucket.ListObjectsResponse
ObjectStorageClient. listObjects(ListObjectsRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type ListObjectsResponse 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)
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 ListObjectsResponse 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 ListObjectsResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return ListObjectsResponse Modifier and Type Method Description ListObjectsResponse
ListObjectsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type ListObjectsResponse Modifier and Type Method Description ListObjectsResponse.Builder
ListObjectsResponse.Builder. copy(ListObjectsResponse o)
Copy method to populate the builder with values from the given instance.
-