Uses of Interface
software.amazon.awssdk.services.drs.model.ListStagingAccountsResponse.Builder
-
Packages that use ListStagingAccountsResponse.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of ListStagingAccountsResponse.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return ListStagingAccountsResponse.Builder Modifier and Type Method Description ListStagingAccountsResponse.BuilderListStagingAccountsResponse.Builder. accounts(Collection<Account> accounts)An array of staging AWS Accounts.ListStagingAccountsResponse.BuilderListStagingAccountsResponse.Builder. accounts(Consumer<Account.Builder>... accounts)An array of staging AWS Accounts.ListStagingAccountsResponse.BuilderListStagingAccountsResponse.Builder. accounts(Account... accounts)An array of staging AWS Accounts.static ListStagingAccountsResponse.BuilderListStagingAccountsResponse. builder()ListStagingAccountsResponse.BuilderListStagingAccountsResponse.Builder. nextToken(String nextToken)The token of the next staging Account to retrieve.ListStagingAccountsResponse.BuilderListStagingAccountsResponse. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type ListStagingAccountsResponse.Builder Modifier and Type Method Description static Class<? extends ListStagingAccountsResponse.Builder>ListStagingAccountsResponse. serializableBuilderClass()
-