| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentReportDestinationType |
AssessmentReportsDestination.destinationType()
The destination type, such as Amazon S3.
|
static AssessmentReportDestinationType |
AssessmentReportDestinationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AssessmentReportDestinationType |
AssessmentReportDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssessmentReportDestinationType[] |
AssessmentReportDestinationType.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<AssessmentReportDestinationType> |
AssessmentReportDestinationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentReportsDestination.Builder |
AssessmentReportsDestination.Builder.destinationType(AssessmentReportDestinationType destinationType)
The destination type, such as Amazon S3.
|
Copyright © 2022. All rights reserved.