| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountLinkStatusEnum |
AccountLinkStatusEnum.fromValue(String value)
Use this in place of valueOf.
|
static AccountLinkStatusEnum |
AccountLinkStatusEnum.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.
|
| Modifier and Type | Method and Description |
|---|---|
AccountLink |
AccountLink.withAccountLinkStatus(AccountLinkStatusEnum accountLinkStatus)
The status of the account link.
|
ListAccountLinksRequest |
ListAccountLinksRequest.withLinkStatusFilter(AccountLinkStatusEnum... linkStatusFilter)
Filters the account based on their link status.
|
Copyright © 2025. All rights reserved.