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