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