Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TrustStoreRevocation.Builder
Packages that use TrustStoreRevocation.Builder
-
Uses of TrustStoreRevocation.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TrustStoreRevocation.BuilderModifier and TypeMethodDescriptionstatic TrustStoreRevocation.BuilderTrustStoreRevocation.builder()TrustStoreRevocation.Builder.numberOfRevokedEntries(Long numberOfRevokedEntries) The number of revoked certificates.TrustStoreRevocation.Builder.revocationId(Long revocationId) The revocation ID of the revocation file.TrustStoreRevocation.Builder.revocationType(String revocationType) The type of revocation file.TrustStoreRevocation.Builder.revocationType(RevocationType revocationType) The type of revocation file.TrustStoreRevocation.toBuilder()TrustStoreRevocation.Builder.trustStoreArn(String trustStoreArn) The Amazon Resource Name (ARN) of the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TrustStoreRevocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrustStoreRevocation.Builder>TrustStoreRevocation.serializableBuilderClass()