| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
AccountLink |
AccountLink.clone() |
AccountLink |
RejectAccountLinkInvitationResult.getAccountLink()
Information about the account link.
|
AccountLink |
GetAccountLinkResult.getAccountLink()
The account link of the account link to retrieve.
|
AccountLink |
CreateAccountLinkInvitationResult.getAccountLink()
Information about the account link.
|
AccountLink |
AcceptAccountLinkInvitationResult.getAccountLink()
Information about the account link.
|
AccountLink |
DeleteAccountLinkInvitationResult.getAccountLink()
Information about the account link.
|
AccountLink |
AccountLink.withAccountLinkId(String accountLinkId)
The identifier of the account link.
|
AccountLink |
AccountLink.withAccountLinkStatus(AccountLinkStatusEnum accountLinkStatus)
The status of the account link.
|
AccountLink |
AccountLink.withAccountLinkStatus(String accountLinkStatus)
The status of the account link.
|
AccountLink |
AccountLink.withSourceAccountId(String sourceAccountId)
The identifier of the source account.
|
AccountLink |
AccountLink.withTargetAccountId(String targetAccountId)
The identifier of the target account.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountLink> |
ListAccountLinksResult.getAccountLinks()
Information about the account links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RejectAccountLinkInvitationResult.setAccountLink(AccountLink accountLink)
Information about the account link.
|
void |
GetAccountLinkResult.setAccountLink(AccountLink accountLink)
The account link of the account link to retrieve.
|
void |
CreateAccountLinkInvitationResult.setAccountLink(AccountLink accountLink)
Information about the account link.
|
void |
AcceptAccountLinkInvitationResult.setAccountLink(AccountLink accountLink)
Information about the account link.
|
void |
DeleteAccountLinkInvitationResult.setAccountLink(AccountLink accountLink)
Information about the account link.
|
RejectAccountLinkInvitationResult |
RejectAccountLinkInvitationResult.withAccountLink(AccountLink accountLink)
Information about the account link.
|
GetAccountLinkResult |
GetAccountLinkResult.withAccountLink(AccountLink accountLink)
The account link of the account link to retrieve.
|
CreateAccountLinkInvitationResult |
CreateAccountLinkInvitationResult.withAccountLink(AccountLink accountLink)
Information about the account link.
|
AcceptAccountLinkInvitationResult |
AcceptAccountLinkInvitationResult.withAccountLink(AccountLink accountLink)
Information about the account link.
|
DeleteAccountLinkInvitationResult |
DeleteAccountLinkInvitationResult.withAccountLink(AccountLink accountLink)
Information about the account link.
|
ListAccountLinksResult |
ListAccountLinksResult.withAccountLinks(AccountLink... accountLinks)
Information about the account links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountLinksResult.setAccountLinks(Collection<AccountLink> accountLinks)
Information about the account links.
|
ListAccountLinksResult |
ListAccountLinksResult.withAccountLinks(Collection<AccountLink> accountLinks)
Information about the account links.
|
Copyright © 2024. All rights reserved.