Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static DrsFile.ChecksumType |
DrsFile.ChecksumType.create(String key) |
DrsFile.ChecksumType |
DrsFile.getChecksumType()
The checksum type for the DRS file in Object Storage.
|
static DrsFile.ChecksumType |
DrsFile.ChecksumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrsFile.ChecksumType[] |
DrsFile.ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrsFile.Builder |
DrsFile.Builder.checksumType(DrsFile.ChecksumType checksumType)
The checksum type for the DRS file in Object Storage.
|
Constructor and Description |
---|
DrsFile(String bucketName,
String namespace,
String drsFileName,
String drsFileKey,
DrsFile.ChecksumType checksumType,
String checksumValue,
Boolean isDefault)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.