Uses of Class
software.amazon.awssdk.services.sms.model.ServerType
-
Packages that use ServerType Package Description software.amazon.awssdk.services.sms.model -
-
Uses of ServerType in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return ServerType Modifier and Type Method Description static ServerTypeServerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServerTypeReplicationJob. serverType()The type of server.ServerTypeServer. serverType()The type of server.static ServerTypeServerType. 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.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ServerType Modifier and Type Method Description static Set<ServerType>ServerType. knownValues()Methods in software.amazon.awssdk.services.sms.model with parameters of type ServerType Modifier and Type Method Description ReplicationJob.BuilderReplicationJob.Builder. serverType(ServerType serverType)The type of server.Server.BuilderServer.Builder. serverType(ServerType serverType)The type of server.
-