| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ExportDestinationType |
DefaultExportDestination.destinationType()
The destination type, such as Amazon S3.
|
static ExportDestinationType |
ExportDestinationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExportDestinationType |
ExportDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportDestinationType[] |
ExportDestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ExportDestinationType> |
ExportDestinationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DefaultExportDestination.Builder |
DefaultExportDestination.Builder.destinationType(ExportDestinationType destinationType)
The destination type, such as Amazon S3.
|
Copyright © 2023. All rights reserved.