Uses of Class
software.amazon.awssdk.services.ram.model.ListPrincipalsResponse
Packages that use ListPrincipalsResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ListPrincipalsResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListPrincipalsResponseModifier and TypeMethodDescriptiondefault 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 ListPrincipalsResponseModifier and TypeMethodDescriptiondefault 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 ListPrincipalsResponseMethod parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListPrincipalsResponseModifier and TypeMethodDescriptionvoidListPrincipalsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPrincipalsResponse> subscriber)