Uses of Class
com.amazonaws.services.identitymanagement.model.ReportFormatType
-
Packages that use ReportFormatType Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of ReportFormatType in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ReportFormatType Modifier and Type Method Description static ReportFormatTypeReportFormatType. fromValue(String value)Use this in place of valueOf.static ReportFormatTypeReportFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportFormatType[]ReportFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.identitymanagement.model with parameters of type ReportFormatType Modifier and Type Method Description voidGetCredentialReportResult. setReportFormat(ReportFormatType reportFormat)The format (MIME type) of the credential report.GetCredentialReportResultGetCredentialReportResult. withReportFormat(ReportFormatType reportFormat)The format (MIME type) of the credential report.
-