Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RevocationContent
Packages that use RevocationContent
-
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 RevocationContentModifier and TypeMethodDescriptionfinal List<RevocationContent>AddTrustStoreRevocationsRequest.revocationContents()The revocation file to add.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type RevocationContentModifier and TypeMethodDescriptionAddTrustStoreRevocationsRequest.Builder.revocationContents(RevocationContent... revocationContents) The revocation file to add.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type RevocationContentModifier and TypeMethodDescriptionAddTrustStoreRevocationsRequest.Builder.revocationContents(Collection<RevocationContent> revocationContents) The revocation file to add.