Uses of Class
software.amazon.awssdk.services.organizations.model.ListRootsResponse
-
Packages that use ListRootsResponse Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.paginators -
-
Uses of ListRootsResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListRootsResponse Modifier and Type Method Description default ListRootsResponseOrganizationsClient. listRoots()Lists the roots that are defined in the current organization.default ListRootsResponseOrganizationsClient. listRoots(Consumer<ListRootsRequest.Builder> listRootsRequest)Lists the roots that are defined in the current organization.default ListRootsResponseOrganizationsClient. listRoots(ListRootsRequest listRootsRequest)Lists the roots that are defined in the current organization.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListRootsResponse Modifier and Type Method Description default CompletableFuture<ListRootsResponse>OrganizationsAsyncClient. listRoots()Lists the roots that are defined in the current organization.default CompletableFuture<ListRootsResponse>OrganizationsAsyncClient. listRoots(Consumer<ListRootsRequest.Builder> listRootsRequest)Lists the roots that are defined in the current organization.default CompletableFuture<ListRootsResponse>OrganizationsAsyncClient. listRoots(ListRootsRequest listRootsRequest)Lists the roots that are defined in the current organization. -
Uses of ListRootsResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListRootsResponse Modifier and Type Method Description Iterator<ListRootsResponse>ListRootsIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListRootsResponse Modifier and Type Method Description voidListRootsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRootsResponse> subscriber)
-