Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStoreAssociation
-
Packages that use TrustStoreAssociation Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
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. -
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 TrustStoreAssociation Modifier and Type Method Description SdkIterable<TrustStoreAssociation>DescribeTrustStoreAssociationsIterable. trustStoreAssociations()Returns an iterable to iterate through the paginatedDescribeTrustStoreAssociationsResponse.trustStoreAssociations()member.SdkPublisher<TrustStoreAssociation>DescribeTrustStoreAssociationsPublisher. trustStoreAssociations()Returns a publisher that can be used to get a stream of data.
-