Uses of Class
software.amazon.awssdk.services.supportapp.model.AccountType
-
Packages that use AccountType Package Description software.amazon.awssdk.services.supportapp.model -
-
Uses of AccountType in software.amazon.awssdk.services.supportapp.model
Methods in software.amazon.awssdk.services.supportapp.model that return AccountType Modifier and Type Method Description AccountTypeRegisterSlackWorkspaceForOrganizationResponse. accountType()Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.static AccountTypeAccountType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccountTypeAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountType[]AccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.supportapp.model that return types with arguments of type AccountType Modifier and Type Method Description static Set<AccountType>AccountType. knownValues()Methods in software.amazon.awssdk.services.supportapp.model with parameters of type AccountType Modifier and Type Method Description RegisterSlackWorkspaceForOrganizationResponse.BuilderRegisterSlackWorkspaceForOrganizationResponse.Builder. accountType(AccountType accountType)Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
-