| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateUsageType |
CertificateUsageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CertificateUsageType |
DescribedCertificate.usage()
Specifies whether this certificate is used for signing or encryption.
|
CertificateUsageType |
ListedCertificate.usage()
Specifies whether this certificate is used for signing or encryption.
|
CertificateUsageType |
ImportCertificateRequest.usage()
Specifies whether this certificate is used for signing or encryption.
|
static CertificateUsageType |
CertificateUsageType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CertificateUsageType> |
CertificateUsageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribedCertificate.Builder |
DescribedCertificate.Builder.usage(CertificateUsageType usage)
Specifies whether this certificate is used for signing or encryption.
|
ListedCertificate.Builder |
ListedCertificate.Builder.usage(CertificateUsageType usage)
Specifies whether this certificate is used for signing or encryption.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.usage(CertificateUsageType usage)
Specifies whether this certificate is used for signing or encryption.
|
Copyright © 2023. All rights reserved.