Uses of Class
software.amazon.awssdk.services.quicksight.model.AuthorizedTargetsByService
-
Packages that use AuthorizedTargetsByService Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AuthorizedTargetsByService in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AuthorizedTargetsByService Modifier and Type Method Description List<AuthorizedTargetsByService>
ListIdentityPropagationConfigsResponse. services()
A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AuthorizedTargetsByService Modifier and Type Method Description ListIdentityPropagationConfigsResponse.Builder
ListIdentityPropagationConfigsResponse.Builder. services(AuthorizedTargetsByService... services)
A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AuthorizedTargetsByService Modifier and Type Method Description ListIdentityPropagationConfigsResponse.Builder
ListIdentityPropagationConfigsResponse.Builder. services(Collection<AuthorizedTargetsByService> services)
A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access.
-