Uses of Class
software.amazon.awssdk.services.quicksight.model.CustomPermissions
-
Packages that use CustomPermissions Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of CustomPermissions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomPermissions Modifier and Type Method Description CustomPermissionsDescribeCustomPermissionsResponse. customPermissions()The custom permissions profile.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CustomPermissions Modifier and Type Method Description List<CustomPermissions>ListCustomPermissionsResponse. customPermissionsList()A list of custom permissions profiles.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CustomPermissions Modifier and Type Method Description DescribeCustomPermissionsResponse.BuilderDescribeCustomPermissionsResponse.Builder. customPermissions(CustomPermissions customPermissions)The custom permissions profile.ListCustomPermissionsResponse.BuilderListCustomPermissionsResponse.Builder. customPermissionsList(CustomPermissions... customPermissionsList)A list of custom permissions profiles.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CustomPermissions Modifier and Type Method Description ListCustomPermissionsResponse.BuilderListCustomPermissionsResponse.Builder. customPermissionsList(Collection<CustomPermissions> customPermissionsList)A list of custom permissions profiles. -
Uses of CustomPermissions in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type CustomPermissions Modifier and Type Method Description SdkIterable<CustomPermissions>ListCustomPermissionsIterable. customPermissionsList()Returns an iterable to iterate through the paginatedListCustomPermissionsResponse.customPermissionsList()member.SdkPublisher<CustomPermissions>ListCustomPermissionsPublisher. customPermissionsList()Returns a publisher that can be used to get a stream of data.
-