Uses of Class
software.amazon.awssdk.services.workspaces.model.AccountLink
-
Packages that use AccountLink Package Description software.amazon.awssdk.services.workspaces.model software.amazon.awssdk.services.workspaces.paginators -
-
Uses of AccountLink in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return AccountLink Modifier and Type Method Description AccountLinkAcceptAccountLinkInvitationResponse. accountLink()Information about the account link.AccountLinkCreateAccountLinkInvitationResponse. accountLink()Information about the account link.AccountLinkDeleteAccountLinkInvitationResponse. accountLink()Information about the account link.AccountLinkGetAccountLinkResponse. accountLink()The account link of the account link to retrieve.AccountLinkRejectAccountLinkInvitationResponse. accountLink()Information about the account link.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type AccountLink Modifier and Type Method Description List<AccountLink>ListAccountLinksResponse. accountLinks()Information about the account links.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type AccountLink Modifier and Type Method Description AcceptAccountLinkInvitationResponse.BuilderAcceptAccountLinkInvitationResponse.Builder. accountLink(AccountLink accountLink)Information about the account link.CreateAccountLinkInvitationResponse.BuilderCreateAccountLinkInvitationResponse.Builder. accountLink(AccountLink accountLink)Information about the account link.DeleteAccountLinkInvitationResponse.BuilderDeleteAccountLinkInvitationResponse.Builder. accountLink(AccountLink accountLink)Information about the account link.GetAccountLinkResponse.BuilderGetAccountLinkResponse.Builder. accountLink(AccountLink accountLink)The account link of the account link to retrieve.RejectAccountLinkInvitationResponse.BuilderRejectAccountLinkInvitationResponse.Builder. accountLink(AccountLink accountLink)Information about the account link.ListAccountLinksResponse.BuilderListAccountLinksResponse.Builder. accountLinks(AccountLink... accountLinks)Information about the account links.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type AccountLink Modifier and Type Method Description ListAccountLinksResponse.BuilderListAccountLinksResponse.Builder. accountLinks(Collection<AccountLink> accountLinks)Information about the account links. -
Uses of AccountLink in software.amazon.awssdk.services.workspaces.paginators
Methods in software.amazon.awssdk.services.workspaces.paginators that return types with arguments of type AccountLink Modifier and Type Method Description SdkIterable<AccountLink>ListAccountLinksIterable. accountLinks()Returns an iterable to iterate through the paginatedListAccountLinksResponse.accountLinks()member.SdkPublisher<AccountLink>ListAccountLinksPublisher. accountLinks()Returns a publisher that can be used to get a stream of data.
-