Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
static MetadataDirective |
MetadataDirective.fromValue(String value)
Use this in place of valueOf.
|
static MetadataDirective |
MetadataDirective.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataDirective[] |
MetadataDirective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CopyObjectRequest |
CopyObjectRequest.withMetadataDirective(MetadataDirective metadataDirective)
Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request.
|
Copyright © 2024. All rights reserved.