Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStoreAssociation
Packages that use TrustStoreAssociation
Package
Description
-
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 TrustStoreAssociationModifier and TypeMethodDescriptionfinal 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 TrustStoreAssociationModifier and TypeMethodDescriptionDescribeTrustStoreAssociationsResponse.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 TrustStoreAssociationModifier and TypeMethodDescriptionDescribeTrustStoreAssociationsResponse.Builder.trustStoreAssociations(Collection<TrustStoreAssociation> trustStoreAssociations) Information about the resources the trust store is associated to. -
Uses of TrustStoreAssociation in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type TrustStoreAssociationModifier and TypeMethodDescriptionfinal SdkIterable<TrustStoreAssociation>DescribeTrustStoreAssociationsIterable.trustStoreAssociations()Returns an iterable to iterate through the paginatedDescribeTrustStoreAssociationsResponse.trustStoreAssociations()member.DescribeTrustStoreAssociationsPublisher.trustStoreAssociations()Returns a publisher that can be used to get a stream of data.