Uses of Class
software.amazon.awssdk.services.organizations.model.ListPoliciesResponse
-
Packages that use ListPoliciesResponse 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 ListPoliciesResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListPoliciesResponse Modifier and Type Method Description default ListPoliciesResponseOrganizationsClient. listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)Retrieves the list of all policies in an organization of a specified type.default ListPoliciesResponseOrganizationsClient. listPolicies(ListPoliciesRequest listPoliciesRequest)Retrieves the list of all policies in an organization of a specified type.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListPoliciesResponse>OrganizationsAsyncClient. listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)Retrieves the list of all policies in an organization of a specified type.default CompletableFuture<ListPoliciesResponse>OrganizationsAsyncClient. listPolicies(ListPoliciesRequest listPoliciesRequest)Retrieves the list of all policies in an organization of a specified type. -
Uses of ListPoliciesResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListPoliciesResponse Modifier and Type Method Description Iterator<ListPoliciesResponse>ListPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListPoliciesResponse Modifier and Type Method Description voidListPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPoliciesResponse> subscriber)
-