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