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 whether this certificate is used for signing or encryption.CertificateUsageTypeImportCertificateRequest. usage()Specifies whether this certificate is used for signing or encryption.CertificateUsageTypeListedCertificate. usage()Specifies whether this certificate is used for signing or encryption.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 whether this certificate is used for signing or encryption.ImportCertificateRequest.BuilderImportCertificateRequest.Builder. usage(CertificateUsageType usage)Specifies whether this certificate is used for signing or encryption.ListedCertificate.BuilderListedCertificate.Builder. usage(CertificateUsageType usage)Specifies whether this certificate is used for signing or encryption.
-