Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoreRevocation
-
Packages that use DescribeTrustStoreRevocation Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
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 DescribeTrustStoreRevocation Modifier and Type Method Description 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 DescribeTrustStoreRevocation Modifier and Type Method Description DescribeTrustStoreRevocationsResponse.BuilderDescribeTrustStoreRevocationsResponse.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 DescribeTrustStoreRevocation Modifier and Type Method Description DescribeTrustStoreRevocationsResponse.BuilderDescribeTrustStoreRevocationsResponse.Builder. trustStoreRevocations(Collection<DescribeTrustStoreRevocation> trustStoreRevocations)Information about the revocation file in the trust store.
-