Package | Description |
---|---|
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ListBucketsRequest.Fields> |
ListBucketsRequest.getFields()
Bucket summary in list of buckets includes the ‘namespace’, ‘name’, ‘compartmentId’,
‘createdBy’, ‘timeCreated’, and ‘etag’ fields.
|
Modifier and Type | Method and Description |
---|---|
ListBucketsRequest.Builder |
ListBucketsRequest.Builder.fields(ListBucketsRequest.Fields singularValue)
Singular setter.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.