| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
static ServerType |
ServerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServerType |
ReplicationJob.serverType()
The type of server.
|
ServerType |
Server.serverType()
The type of server.
|
static ServerType |
ServerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerType[] |
ServerType.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<ServerType> |
ServerType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationJob.Builder |
ReplicationJob.Builder.serverType(ServerType serverType)
The type of server.
|
Server.Builder |
Server.Builder.serverType(ServerType serverType)
The type of server.
|
Copyright © 2022. All rights reserved.