Uses of Class
com.oracle.bmc.objectstorage.responses.ListPreauthenticatedRequestsResponse
-
Packages that use ListPreauthenticatedRequestsResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of ListPreauthenticatedRequestsResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return ListPreauthenticatedRequestsResponse Modifier and Type Method Description ListPreauthenticatedRequestsResponse
ObjectStorage. listPreauthenticatedRequests(ListPreauthenticatedRequestsRequest request)
Lists pre-authenticated requests for the bucket.ListPreauthenticatedRequestsResponse
ObjectStorageClient. listPreauthenticatedRequests(ListPreauthenticatedRequestsRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type ListPreauthenticatedRequestsResponse Modifier and Type Method Description Future<ListPreauthenticatedRequestsResponse>
ObjectStorageAsync. listPreauthenticatedRequests(ListPreauthenticatedRequestsRequest request, AsyncHandler<ListPreauthenticatedRequestsRequest,ListPreauthenticatedRequestsResponse> handler)
Lists pre-authenticated requests for the bucket.Future<ListPreauthenticatedRequestsResponse>
ObjectStorageAsyncClient. listPreauthenticatedRequests(ListPreauthenticatedRequestsRequest request, AsyncHandler<ListPreauthenticatedRequestsRequest,ListPreauthenticatedRequestsResponse> handler)
Iterable<ListPreauthenticatedRequestsResponse>
ObjectStoragePaginators. listPreauthenticatedRequestsResponseIterator(ListPreauthenticatedRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listPreauthenticatedRequests operation.Method parameters in com.oracle.bmc.objectstorage with type arguments of type ListPreauthenticatedRequestsResponse Modifier and Type Method Description Future<ListPreauthenticatedRequestsResponse>
ObjectStorageAsync. listPreauthenticatedRequests(ListPreauthenticatedRequestsRequest request, AsyncHandler<ListPreauthenticatedRequestsRequest,ListPreauthenticatedRequestsResponse> handler)
Lists pre-authenticated requests for the bucket.Future<ListPreauthenticatedRequestsResponse>
ObjectStorageAsyncClient. listPreauthenticatedRequests(ListPreauthenticatedRequestsRequest request, AsyncHandler<ListPreauthenticatedRequestsRequest,ListPreauthenticatedRequestsResponse> handler)
-
Uses of ListPreauthenticatedRequestsResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return ListPreauthenticatedRequestsResponse Modifier and Type Method Description ListPreauthenticatedRequestsResponse
ListPreauthenticatedRequestsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type ListPreauthenticatedRequestsResponse Modifier and Type Method Description ListPreauthenticatedRequestsResponse.Builder
ListPreauthenticatedRequestsResponse.Builder. copy(ListPreauthenticatedRequestsResponse o)
Copy method to populate the builder with values from the given instance.
-