Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RevocationContent
-
Packages that use RevocationContent Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of RevocationContent in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type RevocationContent Modifier and Type Method Description List<RevocationContent>AddTrustStoreRevocationsRequest. revocationContents()The revocation file to add.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type RevocationContent Modifier and Type Method Description AddTrustStoreRevocationsRequest.BuilderAddTrustStoreRevocationsRequest.Builder. revocationContents(RevocationContent... revocationContents)The revocation file to add.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type RevocationContent Modifier and Type Method Description AddTrustStoreRevocationsRequest.BuilderAddTrustStoreRevocationsRequest.Builder. revocationContents(Collection<RevocationContent> revocationContents)The revocation file to add.
-