Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStoreRevocation
Packages that use TrustStoreRevocation
-
Uses of TrustStoreRevocation in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TrustStoreRevocationModifier and TypeMethodDescriptionfinal List<TrustStoreRevocation>AddTrustStoreRevocationsResponse.trustStoreRevocations()Information about the revocation file added to the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TrustStoreRevocationModifier and TypeMethodDescriptionAddTrustStoreRevocationsResponse.Builder.trustStoreRevocations(TrustStoreRevocation... trustStoreRevocations) Information about the revocation file added to the trust store.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TrustStoreRevocationModifier and TypeMethodDescriptionAddTrustStoreRevocationsResponse.Builder.trustStoreRevocations(Collection<TrustStoreRevocation> trustStoreRevocations) Information about the revocation file added to the trust store.