Uses of Class
software.amazon.awssdk.services.directory.model.Trust
-
Packages that use Trust Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of Trust in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type Trust Modifier and Type Method Description List<Trust>DescribeTrustsResponse. trusts()The list of Trust objects that were retrieved.Methods in software.amazon.awssdk.services.directory.model with parameters of type Trust Modifier and Type Method Description DescribeTrustsResponse.BuilderDescribeTrustsResponse.Builder. trusts(Trust... trusts)The list of Trust objects that were retrieved.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type Trust Modifier and Type Method Description DescribeTrustsResponse.BuilderDescribeTrustsResponse.Builder. trusts(Collection<Trust> trusts)The list of Trust objects that were retrieved. -
Uses of Trust in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type Trust Modifier and Type Method Description SdkIterable<Trust>DescribeTrustsIterable. trusts()Returns an iterable to iterate through the paginatedDescribeTrustsResponse.trusts()member.SdkPublisher<Trust>DescribeTrustsPublisher. trusts()Returns a publisher that can be used to get a stream of data.
-