Uses of Class
software.amazon.awssdk.services.iam.model.ReportStateType
-
Packages that use ReportStateType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of ReportStateType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ReportStateType Modifier and Type Method Description static ReportStateTypeReportStateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportStateTypeGenerateCredentialReportResponse. state()Information about the state of the credential report.static ReportStateTypeReportStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportStateType[]ReportStateType. 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 ReportStateType Modifier and Type Method Description static Set<ReportStateType>ReportStateType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type ReportStateType Modifier and Type Method Description GenerateCredentialReportResponse.BuilderGenerateCredentialReportResponse.Builder. state(ReportStateType state)Information about the state of the credential report.
-