Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStoreAssociation
-
Packages that use TrustStoreAssociation Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of TrustStoreAssociation in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TrustStoreAssociation Modifier and Type Method Description List<TrustStoreAssociation>DescribeTrustStoreAssociationsResponse. trustStoreAssociations()Information about the resources the trust store is associated to.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TrustStoreAssociation Modifier and Type Method Description DescribeTrustStoreAssociationsResponse.BuilderDescribeTrustStoreAssociationsResponse.Builder. trustStoreAssociations(TrustStoreAssociation... trustStoreAssociations)Information about the resources the trust store is associated to.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TrustStoreAssociation Modifier and Type Method Description DescribeTrustStoreAssociationsResponse.BuilderDescribeTrustStoreAssociationsResponse.Builder. trustStoreAssociations(Collection<TrustStoreAssociation> trustStoreAssociations)Information about the resources the trust store is associated to.
-