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 ReportFormatType
ReportFormatType. fromValue(String value)
Use this in place of valueOf.static ReportFormatType
ReportFormatType. 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 void
GetCredentialReportResult. setReportFormat(ReportFormatType reportFormat)
The format (MIME type) of the credential report.GetCredentialReportResult
GetCredentialReportResult. withReportFormat(ReportFormatType reportFormat)
The format (MIME type) of the credential report.
-