Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RevocationType
-
Packages that use RevocationType Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of RevocationType in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return RevocationType Modifier and Type Method Description static RevocationTypeRevocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RevocationTypeDescribeTrustStoreRevocation. revocationType()The type of revocation file.RevocationTypeRevocationContent. revocationType()The type of revocation file.RevocationTypeTrustStoreRevocation. revocationType()The type of revocation file.static RevocationTypeRevocationType. valueOf(String name)Returns 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 RevocationType Modifier and Type Method Description static Set<RevocationType>RevocationType. knownValues()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type RevocationType Modifier and Type Method Description DescribeTrustStoreRevocation.BuilderDescribeTrustStoreRevocation.Builder. revocationType(RevocationType revocationType)The type of revocation file.RevocationContent.BuilderRevocationContent.Builder. revocationType(RevocationType revocationType)The type of revocation file.TrustStoreRevocation.BuilderTrustStoreRevocation.Builder. revocationType(RevocationType revocationType)The type of revocation file.
-