Uses of Class
software.amazon.awssdk.services.iam.model.SummaryKeyType
-
Packages that use SummaryKeyType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of SummaryKeyType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return SummaryKeyType Modifier and Type Method Description static SummaryKeyTypeSummaryKeyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SummaryKeyTypeSummaryKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static SummaryKeyType[]SummaryKeyType. 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 SummaryKeyType Modifier and Type Method Description static Set<SummaryKeyType>SummaryKeyType. knownValues()Map<SummaryKeyType,Integer>GetAccountSummaryResponse. summaryMap()A set of key–value pairs containing information about IAM entity usage and IAM quotas.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type SummaryKeyType Modifier and Type Method Description GetAccountSummaryResponse.BuilderGetAccountSummaryResponse.Builder. summaryMap(Map<SummaryKeyType,Integer> summaryMap)A set of key–value pairs containing information about IAM entity usage and IAM quotas.
-