Uses of Class
software.amazon.awssdk.services.servicecatalog.model.Principal
-
Packages that use Principal Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of Principal in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type Principal Modifier and Type Method Description List<Principal>ListPrincipalsForPortfolioResponse. principals()ThePrincipalARNs and correspondingPrincipalTypes associated with the portfolio.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type Principal Modifier and Type Method Description ListPrincipalsForPortfolioResponse.BuilderListPrincipalsForPortfolioResponse.Builder. principals(Principal... principals)ThePrincipalARNs and correspondingPrincipalTypes associated with the portfolio.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type Principal Modifier and Type Method Description ListPrincipalsForPortfolioResponse.BuilderListPrincipalsForPortfolioResponse.Builder. principals(Collection<Principal> principals)ThePrincipalARNs and correspondingPrincipalTypes associated with the portfolio.
-