Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoreRevocation
Packages that use DescribeTrustStoreRevocation
Package
Description
-
Uses of DescribeTrustStoreRevocation in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type DescribeTrustStoreRevocationModifier and TypeMethodDescriptionfinal List<DescribeTrustStoreRevocation>DescribeTrustStoreRevocationsResponse.trustStoreRevocations()Information about the revocation file in the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type DescribeTrustStoreRevocationModifier and TypeMethodDescriptionDescribeTrustStoreRevocationsResponse.Builder.trustStoreRevocations(DescribeTrustStoreRevocation... trustStoreRevocations) Information about the revocation file in the trust store.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type DescribeTrustStoreRevocationModifier and TypeMethodDescriptionDescribeTrustStoreRevocationsResponse.Builder.trustStoreRevocations(Collection<DescribeTrustStoreRevocation> trustStoreRevocations) Information about the revocation file in the trust store. -
Uses of DescribeTrustStoreRevocation in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type DescribeTrustStoreRevocationModifier and TypeMethodDescriptionDescribeTrustStoreRevocationsIterable.trustStoreRevocations()Returns an iterable to iterate through the paginatedDescribeTrustStoreRevocationsResponse.trustStoreRevocations()member.DescribeTrustStoreRevocationsPublisher.trustStoreRevocations()Returns a publisher that can be used to get a stream of data.