| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateType |
CertificateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CertificateType |
DescribedCertificate.type()
If a private key has been specified for the certificate, its type is
CERTIFICATE_WITH_PRIVATE_KEY. |
CertificateType |
ListedCertificate.type()
The type for the certificate.
|
static CertificateType |
CertificateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateType[] |
CertificateType.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<CertificateType> |
CertificateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribedCertificate.Builder |
DescribedCertificate.Builder.type(CertificateType type)
If a private key has been specified for the certificate, its type is
CERTIFICATE_WITH_PRIVATE_KEY. |
ListedCertificate.Builder |
ListedCertificate.Builder.type(CertificateType type)
The type for the certificate.
|
Copyright © 2023. All rights reserved.