Uses of Class
software.amazon.awssdk.services.ram.model.ListPrincipalsResponse
-
Packages that use ListPrincipalsResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of ListPrincipalsResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListPrincipalsResponse Modifier and Type Method Description default ListPrincipalsResponseRamClient. listPrincipals(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)Lists the principals that you are sharing resources with or that are sharing resources with you.default ListPrincipalsResponseRamClient. listPrincipals(ListPrincipalsRequest listPrincipalsRequest)Lists the principals that you are sharing resources with or that are sharing resources with you.Methods in software.amazon.awssdk.services.ram that return types with arguments of type ListPrincipalsResponse Modifier and Type Method Description default CompletableFuture<ListPrincipalsResponse>RamAsyncClient. listPrincipals(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)Lists the principals that you are sharing resources with or that are sharing resources with you.default CompletableFuture<ListPrincipalsResponse>RamAsyncClient. listPrincipals(ListPrincipalsRequest listPrincipalsRequest)Lists the principals that you are sharing resources with or that are sharing resources with you. -
Uses of ListPrincipalsResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type ListPrincipalsResponse Modifier and Type Method Description Iterator<ListPrincipalsResponse>ListPrincipalsIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListPrincipalsResponse Modifier and Type Method Description voidListPrincipalsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPrincipalsResponse> subscriber)
-