Uses of Class
software.amazon.awssdk.services.auditmanager.model.ExportDestinationType
-
Packages that use ExportDestinationType Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ExportDestinationType in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ExportDestinationType Modifier and Type Method Description ExportDestinationTypeDefaultExportDestination. destinationType()The destination type, such as Amazon S3.static ExportDestinationTypeExportDestinationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExportDestinationTypeExportDestinationType. 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.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ExportDestinationType Modifier and Type Method Description static Set<ExportDestinationType>ExportDestinationType. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ExportDestinationType Modifier and Type Method Description DefaultExportDestination.BuilderDefaultExportDestination.Builder. destinationType(ExportDestinationType destinationType)The destination type, such as Amazon S3.
-