Uses of Class
software.amazon.awssdk.services.iam.model.SortKeyType
-
Packages that use SortKeyType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of SortKeyType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return SortKeyType Modifier and Type Method Description static SortKeyTypeSortKeyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortKeyTypeGetOrganizationsAccessReportRequest. sortKey()The key that is used to sort the results.static SortKeyTypeSortKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static SortKeyType[]SortKeyType. 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 SortKeyType Modifier and Type Method Description static Set<SortKeyType>SortKeyType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type SortKeyType Modifier and Type Method Description GetOrganizationsAccessReportRequest.BuilderGetOrganizationsAccessReportRequest.Builder. sortKey(SortKeyType sortKey)The key that is used to sort the results.
-