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