Uses of Class
software.amazon.awssdk.services.directory.model.DescribeTrustsResponse
-
Packages that use DescribeTrustsResponse Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators -
-
Uses of DescribeTrustsResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return DescribeTrustsResponse Modifier and Type Method Description default DescribeTrustsResponseDirectoryClient. describeTrusts()Obtains information about the trust relationships for this account.default DescribeTrustsResponseDirectoryClient. describeTrusts(Consumer<DescribeTrustsRequest.Builder> describeTrustsRequest)Obtains information about the trust relationships for this account.default DescribeTrustsResponseDirectoryClient. describeTrusts(DescribeTrustsRequest describeTrustsRequest)Obtains information about the trust relationships for this account.Methods in software.amazon.awssdk.services.directory that return types with arguments of type DescribeTrustsResponse Modifier and Type Method Description default CompletableFuture<DescribeTrustsResponse>DirectoryAsyncClient. describeTrusts()Obtains information about the trust relationships for this account.default CompletableFuture<DescribeTrustsResponse>DirectoryAsyncClient. describeTrusts(Consumer<DescribeTrustsRequest.Builder> describeTrustsRequest)Obtains information about the trust relationships for this account.default CompletableFuture<DescribeTrustsResponse>DirectoryAsyncClient. describeTrusts(DescribeTrustsRequest describeTrustsRequest)Obtains information about the trust relationships for this account. -
Uses of DescribeTrustsResponse in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type DescribeTrustsResponse Modifier and Type Method Description Iterator<DescribeTrustsResponse>DescribeTrustsIterable. iterator()Method parameters in software.amazon.awssdk.services.directory.paginators with type arguments of type DescribeTrustsResponse Modifier and Type Method Description voidDescribeTrustsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTrustsResponse> subscriber)
-