Uses of Class
software.amazon.awssdk.services.appsync.model.RuntimeName
-
Packages that use RuntimeName Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of RuntimeName in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return RuntimeName Modifier and Type Method Description static RuntimeNameRuntimeName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuntimeNameAppSyncRuntime. name()Thenameof the runtime to use.static RuntimeNameRuntimeName. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeName[]RuntimeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type RuntimeName Modifier and Type Method Description static Set<RuntimeName>RuntimeName. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type RuntimeName Modifier and Type Method Description AppSyncRuntime.BuilderAppSyncRuntime.Builder. name(RuntimeName name)Thenameof the runtime to use.
-