Uses of Interface
software.amazon.awssdk.services.workspaces.model.ListAccountLinksResponse.Builder
-
Packages that use ListAccountLinksResponse.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of ListAccountLinksResponse.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return ListAccountLinksResponse.Builder Modifier and Type Method Description ListAccountLinksResponse.BuilderListAccountLinksResponse.Builder. accountLinks(Collection<AccountLink> accountLinks)Information about the account links.ListAccountLinksResponse.BuilderListAccountLinksResponse.Builder. accountLinks(Consumer<AccountLink.Builder>... accountLinks)Information about the account links.ListAccountLinksResponse.BuilderListAccountLinksResponse.Builder. accountLinks(AccountLink... accountLinks)Information about the account links.static ListAccountLinksResponse.BuilderListAccountLinksResponse. builder()ListAccountLinksResponse.BuilderListAccountLinksResponse.Builder. nextToken(String nextToken)The token to use to retrieve the next page of results.ListAccountLinksResponse.BuilderListAccountLinksResponse. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type ListAccountLinksResponse.Builder Modifier and Type Method Description static Class<? extends ListAccountLinksResponse.Builder>ListAccountLinksResponse. serializableBuilderClass()
-