Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStore
Packages that use TrustStore
Package
Description
-
Uses of TrustStore in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TrustStoreModifier and TypeMethodDescriptionfinal List<TrustStore>CreateTrustStoreResponse.trustStores()Information about the trust store created.final List<TrustStore>DescribeTrustStoresResponse.trustStores()Information about the trust stores.final List<TrustStore>ModifyTrustStoreResponse.trustStores()Information about the modified trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TrustStoreModifier and TypeMethodDescriptionCreateTrustStoreResponse.Builder.trustStores(TrustStore... trustStores) Information about the trust store created.DescribeTrustStoresResponse.Builder.trustStores(TrustStore... trustStores) Information about the trust stores.ModifyTrustStoreResponse.Builder.trustStores(TrustStore... trustStores) Information about the modified trust store.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TrustStoreModifier and TypeMethodDescriptionCreateTrustStoreResponse.Builder.trustStores(Collection<TrustStore> trustStores) Information about the trust store created.DescribeTrustStoresResponse.Builder.trustStores(Collection<TrustStore> trustStores) Information about the trust stores.ModifyTrustStoreResponse.Builder.trustStores(Collection<TrustStore> trustStores) Information about the modified trust store. -
Uses of TrustStore in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type TrustStoreModifier and TypeMethodDescriptionfinal SdkIterable<TrustStore>DescribeTrustStoresIterable.trustStores()Returns an iterable to iterate through the paginatedDescribeTrustStoresResponse.trustStores()member.final SdkPublisher<TrustStore>DescribeTrustStoresPublisher.trustStores()Returns a publisher that can be used to get a stream of data.