| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static SummaryKeyType |
SummaryKeyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SummaryKeyType |
SummaryKeyType.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccountSummaryResponse.Builder |
GetAccountSummaryResponse.Builder.summaryMap(Map<SummaryKeyType,Integer> summaryMap)
A set of key–value pairs containing information about IAM entity usage and IAM quotas.
|
Copyright © 2022. All rights reserved.