Uses of Class
com.oracle.bmc.objectstorage.requests.ListBucketsRequest.Fields
-
Packages that use ListBucketsRequest.Fields Package Description com.oracle.bmc.objectstorage.requests -
-
Uses of ListBucketsRequest.Fields in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return ListBucketsRequest.Fields Modifier and Type Method Description static ListBucketsRequest.Fields
ListBucketsRequest.Fields. create(String key)
static ListBucketsRequest.Fields
ListBucketsRequest.Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListBucketsRequest.Fields[]
ListBucketsRequest.Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.objectstorage.requests that return types with arguments of type ListBucketsRequest.Fields Modifier and Type Method Description List<ListBucketsRequest.Fields>
ListBucketsRequest. getFields()
Bucket summary in list of buckets includes the ‘namespace’, ‘name’, ‘compartmentId’, ‘createdBy’, ‘timeCreated’, and ‘etag’ fields.Methods in com.oracle.bmc.objectstorage.requests with parameters of type ListBucketsRequest.Fields Modifier and Type Method Description ListBucketsRequest.Builder
ListBucketsRequest.Builder. fields(ListBucketsRequest.Fields singularValue)
Singular setter.Method parameters in com.oracle.bmc.objectstorage.requests with type arguments of type ListBucketsRequest.Fields Modifier and Type Method Description ListBucketsRequest.Builder
ListBucketsRequest.Builder. fields(List<ListBucketsRequest.Fields> fields)
Bucket summary in list of buckets includes the ‘namespace’, ‘name’, ‘compartmentId’, ‘createdBy’, ‘timeCreated’, and ‘etag’ fields.
-