Uses of Class
software.amazon.awssdk.services.workdocs.model.Principal
-
Packages that use Principal Package Description software.amazon.awssdk.services.workdocs.model software.amazon.awssdk.services.workdocs.paginators -
-
Uses of Principal in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type Principal Modifier and Type Method Description List<Principal>DescribeResourcePermissionsResponse. principals()The principals.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type Principal Modifier and Type Method Description DescribeResourcePermissionsResponse.BuilderDescribeResourcePermissionsResponse.Builder. principals(Principal... principals)The principals.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type Principal Modifier and Type Method Description DescribeResourcePermissionsResponse.BuilderDescribeResourcePermissionsResponse.Builder. principals(Collection<Principal> principals)The principals. -
Uses of Principal in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type Principal Modifier and Type Method Description SdkIterable<Principal>DescribeResourcePermissionsIterable. principals()Returns an iterable to iterate through the paginatedDescribeResourcePermissionsResponse.principals()member.SdkPublisher<Principal>DescribeResourcePermissionsPublisher. principals()Returns a publisher that can be used to get a stream of data.
-