Uses of Class
com.oracle.bmc.objectstorage.requests.GetBucketRequest.Fields
-
Packages that use GetBucketRequest.Fields Package Description com.oracle.bmc.objectstorage.requests -
-
Uses of GetBucketRequest.Fields in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return GetBucketRequest.Fields Modifier and Type Method Description static GetBucketRequest.Fields
GetBucketRequest.Fields. create(String key)
static GetBucketRequest.Fields
GetBucketRequest.Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetBucketRequest.Fields[]
GetBucketRequest.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 GetBucketRequest.Fields Modifier and Type Method Description List<GetBucketRequest.Fields>
GetBucketRequest. getFields()
Bucket summary includes the ‘namespace’, ‘name’, ‘compartmentId’, ‘createdBy’, ‘timeCreated’, and ‘etag’ fields.Methods in com.oracle.bmc.objectstorage.requests with parameters of type GetBucketRequest.Fields Modifier and Type Method Description GetBucketRequest.Builder
GetBucketRequest.Builder. fields(GetBucketRequest.Fields singularValue)
Singular setter.Method parameters in com.oracle.bmc.objectstorage.requests with type arguments of type GetBucketRequest.Fields Modifier and Type Method Description GetBucketRequest.Builder
GetBucketRequest.Builder. fields(List<GetBucketRequest.Fields> fields)
Bucket summary includes the ‘namespace’, ‘name’, ‘compartmentId’, ‘createdBy’, ‘timeCreated’, and ‘etag’ fields.
-