| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateType |
CertificateConfiguration.certificateType()
Indicates whether a TLS/SSL certificate was generated for a fleet.
|
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.
|
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 |
|---|---|
CertificateConfiguration.Builder |
CertificateConfiguration.Builder.certificateType(CertificateType certificateType)
Indicates whether a TLS/SSL certificate was generated for a fleet.
|
Copyright © 2021. All rights reserved.