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