Uses of Class
software.amazon.awssdk.services.ram.model.Principal
-
Packages that use Principal Package Description software.amazon.awssdk.services.ram.model -
-
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 Principal Modifier and Type Method Description List<Principal>ListPrincipalsResponse. principals()An array of objects that contain the details about the principals.Methods in software.amazon.awssdk.services.ram.model with parameters of type Principal Modifier and Type Method Description ListPrincipalsResponse.BuilderListPrincipalsResponse.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 Principal Modifier and Type Method Description ListPrincipalsResponse.BuilderListPrincipalsResponse.Builder. principals(Collection<Principal> principals)An array of objects that contain the details about the principals.
-