Uses of Class
software.amazon.awssdk.services.organizations.model.ListRootsRequest
-
Packages that use ListRootsRequest 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 software.amazon.awssdk.services.organizations.transform -
-
Uses of ListRootsRequest in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations with parameters of type ListRootsRequest Modifier and Type Method Description default CompletableFuture<ListRootsResponse>OrganizationsAsyncClient. listRoots(ListRootsRequest 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.default ListRootsPublisherOrganizationsAsyncClient. listRootsPaginator(ListRootsRequest listRootsRequest)This is a variant ofOrganizationsAsyncClient.listRoots(software.amazon.awssdk.services.organizations.model.ListRootsRequest)operation.default ListRootsIterableOrganizationsClient. listRootsPaginator(ListRootsRequest listRootsRequest)This is a variant ofOrganizationsClient.listRoots(software.amazon.awssdk.services.organizations.model.ListRootsRequest)operation. -
Uses of ListRootsRequest in software.amazon.awssdk.services.organizations.paginators
Constructors in software.amazon.awssdk.services.organizations.paginators with parameters of type ListRootsRequest Constructor Description ListRootsIterable(OrganizationsClient client, ListRootsRequest firstRequest)ListRootsPublisher(OrganizationsAsyncClient client, ListRootsRequest firstRequest) -
Uses of ListRootsRequest in software.amazon.awssdk.services.organizations.transform
Methods in software.amazon.awssdk.services.organizations.transform with parameters of type ListRootsRequest Modifier and Type Method Description SdkHttpFullRequestListRootsRequestMarshaller. marshall(ListRootsRequest listRootsRequest)
-