Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStore
-
Packages that use TrustStore Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
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 TrustStore Modifier and Type Method Description List<TrustStore>CreateTrustStoreResponse. trustStores()Information about the trust store created.List<TrustStore>DescribeTrustStoresResponse. trustStores()Information about the trust stores.List<TrustStore>ModifyTrustStoreResponse. trustStores()Information about the modified trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TrustStore Modifier and Type Method Description CreateTrustStoreResponse.BuilderCreateTrustStoreResponse.Builder. trustStores(TrustStore... trustStores)Information about the trust store created.DescribeTrustStoresResponse.BuilderDescribeTrustStoresResponse.Builder. trustStores(TrustStore... trustStores)Information about the trust stores.ModifyTrustStoreResponse.BuilderModifyTrustStoreResponse.Builder. trustStores(TrustStore... trustStores)Information about the modified trust store.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TrustStore Modifier and Type Method Description CreateTrustStoreResponse.BuilderCreateTrustStoreResponse.Builder. trustStores(Collection<TrustStore> trustStores)Information about the trust store created.DescribeTrustStoresResponse.BuilderDescribeTrustStoresResponse.Builder. trustStores(Collection<TrustStore> trustStores)Information about the trust stores.ModifyTrustStoreResponse.BuilderModifyTrustStoreResponse.Builder. trustStores(Collection<TrustStore> trustStores)Information about the modified trust store.
-