Uses of Class
software.amazon.awssdk.services.transfer.model.CertificateStatusType
-
Packages that use CertificateStatusType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of CertificateStatusType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return CertificateStatusType Modifier and Type Method Description static CertificateStatusTypeCertificateStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CertificateStatusTypeDescribedCertificate. status()Currently, the only available status isACTIVE: all other values are reserved for future use.CertificateStatusTypeListedCertificate. status()The certificate can be eitherACTIVE,PENDING_ROTATION, orINACTIVE.static CertificateStatusTypeCertificateStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateStatusType[]CertificateStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type CertificateStatusType Modifier and Type Method Description static Set<CertificateStatusType>CertificateStatusType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type CertificateStatusType Modifier and Type Method Description DescribedCertificate.BuilderDescribedCertificate.Builder. status(CertificateStatusType status)Currently, the only available status isACTIVE: all other values are reserved for future use.ListedCertificate.BuilderListedCertificate.Builder. status(CertificateStatusType status)The certificate can be eitherACTIVE,PENDING_ROTATION, orINACTIVE.
-