Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static PolicyFormat |
PolicyFormat.create(String key) |
PolicyFormat |
DownloadMaskingPolicyDetails.getPolicyFormat()
The format of the masking policy file.
|
PolicyFormat |
GenerateMaskingPolicyForDownloadDetails.getPolicyFormat()
The format of the masking policy file.
|
static PolicyFormat |
PolicyFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyFormat[] |
PolicyFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DownloadMaskingPolicyDetails.Builder |
DownloadMaskingPolicyDetails.Builder.policyFormat(PolicyFormat policyFormat)
The format of the masking policy file.
|
GenerateMaskingPolicyForDownloadDetails.Builder |
GenerateMaskingPolicyForDownloadDetails.Builder.policyFormat(PolicyFormat policyFormat)
The format of the masking policy file.
|
Constructor and Description |
---|
DownloadMaskingPolicyDetails(PolicyFormat policyFormat)
Deprecated.
|
GenerateMaskingPolicyForDownloadDetails(PolicyFormat policyFormat)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.