Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListTrustStoresResponse
Packages that use ListTrustStoresResponse
Package
Description
-
Uses of ListTrustStoresResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListTrustStoresResponseModifier and TypeMethodDescriptiondefault ListTrustStoresResponseCloudFrontClient.listTrustStores(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest) Lists trust stores.default ListTrustStoresResponseCloudFrontClient.listTrustStores(ListTrustStoresRequest listTrustStoresRequest) Lists trust stores.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListTrustStoresResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListTrustStoresResponse>CloudFrontAsyncClient.listTrustStores(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest) Lists trust stores.default CompletableFuture<ListTrustStoresResponse>CloudFrontAsyncClient.listTrustStores(ListTrustStoresRequest listTrustStoresRequest) Lists trust stores. -
Uses of ListTrustStoresResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListTrustStoresResponseMethod parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListTrustStoresResponseModifier and TypeMethodDescriptionvoidListTrustStoresPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTrustStoresResponse> subscriber)