Uses of Class
software.amazon.awssdk.services.transfer.model.CertificateUsageType
-
Packages that use CertificateUsageType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of CertificateUsageType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return CertificateUsageType Modifier and Type Method Description static CertificateUsageTypeCertificateUsageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CertificateUsageTypeDescribedCertificate. usage()Specifies how this certificate is used.CertificateUsageTypeImportCertificateRequest. usage()Specifies how this certificate is used.CertificateUsageTypeListedCertificate. usage()Specifies how this certificate is used.static CertificateUsageTypeCertificateUsageType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateUsageType[]CertificateUsageType. 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 CertificateUsageType Modifier and Type Method Description static Set<CertificateUsageType>CertificateUsageType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type CertificateUsageType Modifier and Type Method Description DescribedCertificate.BuilderDescribedCertificate.Builder. usage(CertificateUsageType usage)Specifies how this certificate is used.ImportCertificateRequest.BuilderImportCertificateRequest.Builder. usage(CertificateUsageType usage)Specifies how this certificate is used.ListedCertificate.BuilderListedCertificate.Builder. usage(CertificateUsageType usage)Specifies how this certificate is used.
-