Uses of Class
software.amazon.awssdk.services.workspaces.model.AccountLinkStatusEnum
-
Packages that use AccountLinkStatusEnum Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of AccountLinkStatusEnum in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return AccountLinkStatusEnum Modifier and Type Method Description AccountLinkStatusEnumAccountLink. accountLinkStatus()The status of the account link.static AccountLinkStatusEnumAccountLinkStatusEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccountLinkStatusEnumAccountLinkStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountLinkStatusEnum[]AccountLinkStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type AccountLinkStatusEnum Modifier and Type Method Description static Set<AccountLinkStatusEnum>AccountLinkStatusEnum. knownValues()List<AccountLinkStatusEnum>ListAccountLinksRequest. linkStatusFilter()Filters the account based on their link status.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type AccountLinkStatusEnum Modifier and Type Method Description AccountLink.BuilderAccountLink.Builder. accountLinkStatus(AccountLinkStatusEnum accountLinkStatus)The status of the account link.ListAccountLinksRequest.BuilderListAccountLinksRequest.Builder. linkStatusFilter(AccountLinkStatusEnum... linkStatusFilter)Filters the account based on their link status.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type AccountLinkStatusEnum Modifier and Type Method Description ListAccountLinksRequest.BuilderListAccountLinksRequest.Builder. linkStatusFilter(Collection<AccountLinkStatusEnum> linkStatusFilter)Filters the account based on their link status.
-