Uses of Class
software.amazon.awssdk.services.ram.model.ListPrincipalsRequest
Packages that use ListPrincipalsRequest
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ListPrincipalsRequest in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram with parameters of type ListPrincipalsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListPrincipalsResponse>RamAsyncClient.listPrincipals(ListPrincipalsRequest 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.default ListPrincipalsPublisherRamAsyncClient.listPrincipalsPaginator(ListPrincipalsRequest listPrincipalsRequest) This is a variant ofRamAsyncClient.listPrincipals(software.amazon.awssdk.services.ram.model.ListPrincipalsRequest)operation.default ListPrincipalsIterableRamClient.listPrincipalsPaginator(ListPrincipalsRequest listPrincipalsRequest) This is a variant ofRamClient.listPrincipals(software.amazon.awssdk.services.ram.model.ListPrincipalsRequest)operation. -
Uses of ListPrincipalsRequest in software.amazon.awssdk.services.ram.paginators
Constructors in software.amazon.awssdk.services.ram.paginators with parameters of type ListPrincipalsRequestModifierConstructorDescriptionListPrincipalsIterable(RamClient client, ListPrincipalsRequest firstRequest) ListPrincipalsPublisher(RamAsyncClient client, ListPrincipalsRequest firstRequest) -
Uses of ListPrincipalsRequest in software.amazon.awssdk.services.ram.transform
Methods in software.amazon.awssdk.services.ram.transform with parameters of type ListPrincipalsRequestModifier and TypeMethodDescriptionListPrincipalsRequestMarshaller.marshall(ListPrincipalsRequest listPrincipalsRequest)