Uses of Enum
software.amazon.awssdk.services.elasticloadbalancingv2.model.RevocationType
Packages that use RevocationType
-
Uses of RevocationType in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return RevocationTypeModifier and TypeMethodDescriptionstatic RevocationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RevocationTypeDescribeTrustStoreRevocation.revocationType()The type of revocation file.final RevocationTypeRevocationContent.revocationType()The type of revocation file.final RevocationTypeTrustStoreRevocation.revocationType()The type of revocation file.static RevocationTypeReturns the enum constant of this type with the specified name.static RevocationType[]RevocationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type RevocationTypeMethods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type RevocationTypeModifier and TypeMethodDescriptionDescribeTrustStoreRevocation.Builder.revocationType(RevocationType revocationType) The type of revocation file.RevocationContent.Builder.revocationType(RevocationType revocationType) The type of revocation file.TrustStoreRevocation.Builder.revocationType(RevocationType revocationType) The type of revocation file.