Uses of Class
software.amazon.awssdk.services.cloudfront.model.TrustStoreSummary
Packages that use TrustStoreSummary
Package
Description
-
Uses of TrustStoreSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TrustStoreSummaryModifier and TypeMethodDescriptionfinal List<TrustStoreSummary>ListTrustStoresResponse.trustStoreList()The trust store list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type TrustStoreSummaryModifier and TypeMethodDescriptionListTrustStoresResponse.Builder.trustStoreList(TrustStoreSummary... trustStoreList) The trust store list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type TrustStoreSummaryModifier and TypeMethodDescriptionListTrustStoresResponse.Builder.trustStoreList(Collection<TrustStoreSummary> trustStoreList) The trust store list. -
Uses of TrustStoreSummary in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type TrustStoreSummaryModifier and TypeMethodDescriptionfinal SdkIterable<TrustStoreSummary>ListTrustStoresIterable.trustStoreList()Returns an iterable to iterate through the paginatedListTrustStoresResponse.trustStoreList()member.final SdkPublisher<TrustStoreSummary>ListTrustStoresPublisher.trustStoreList()Returns a publisher that can be used to get a stream of data.