Uses of Enum
com.amazonaws.services.identitymanagement.model.ReportFormatType
Packages that use ReportFormatType
-
Uses of ReportFormatType in com.amazonaws.services.identitymanagement.model
Subclasses with type arguments of type ReportFormatType in com.amazonaws.services.identitymanagement.modelMethods in com.amazonaws.services.identitymanagement.model that return ReportFormatTypeModifier and TypeMethodDescriptionstatic ReportFormatTypeUse this in place of valueOf.static ReportFormatTypeReturns 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 ReportFormatTypeModifier and TypeMethodDescriptionvoidGetCredentialReportResult.setReportFormat(ReportFormatType reportFormat) The format (MIME type) of the credential report.GetCredentialReportResult.withReportFormat(ReportFormatType reportFormat) The format (MIME type) of the credential report.