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