Uses of Class
software.amazon.awssdk.services.ram.model.Principal
Packages that use Principal
-
Uses of Principal in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type PrincipalModifier and TypeMethodDescriptionListPrincipalsResponse.principals()An array of objects that contain the details about the principals.Methods in software.amazon.awssdk.services.ram.model with parameters of type PrincipalModifier and TypeMethodDescriptionListPrincipalsResponse.Builder.principals(Principal... principals) An array of objects that contain the details about the principals.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type PrincipalModifier and TypeMethodDescriptionListPrincipalsResponse.Builder.principals(Collection<Principal> principals) An array of objects that contain the details about the principals.