Uses of Interface
software.amazon.awssdk.services.organizations.model.ListAccountsResponse.Builder
-
Packages that use ListAccountsResponse.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of ListAccountsResponse.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListAccountsResponse.Builder Modifier and Type Method Description ListAccountsResponse.BuilderListAccountsResponse.Builder. accounts(Collection<Account> accounts)A list of objects in the organization.ListAccountsResponse.BuilderListAccountsResponse.Builder. accounts(Consumer<Account.Builder>... accounts)A list of objects in the organization.ListAccountsResponse.BuilderListAccountsResponse.Builder. accounts(Account... accounts)A list of objects in the organization.static ListAccountsResponse.BuilderListAccountsResponse. builder()ListAccountsResponse.BuilderListAccountsResponse.Builder. nextToken(String nextToken)If present, indicates that more output is available than is included in the current response.ListAccountsResponse.BuilderListAccountsResponse. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListAccountsResponse.Builder Modifier and Type Method Description static Class<? extends ListAccountsResponse.Builder>ListAccountsResponse. serializableBuilderClass()
-