Uses of Class
software.amazon.awssdk.services.iam.model.ReportFormatType
-
Packages that use ReportFormatType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of ReportFormatType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ReportFormatType Modifier and Type Method Description static ReportFormatTypeReportFormatType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportFormatTypeGetCredentialReportResponse. reportFormat()The format (MIME type) of the credential report.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 software.amazon.awssdk.services.iam.model that return types with arguments of type ReportFormatType Modifier and Type Method Description static Set<ReportFormatType>ReportFormatType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type ReportFormatType Modifier and Type Method Description GetCredentialReportResponse.BuilderGetCredentialReportResponse.Builder. reportFormat(ReportFormatType reportFormat)The format (MIME type) of the credential report.
-