Uses of Class
software.amazon.awssdk.services.apptest.model.TargetDatabase
-
Packages that use TargetDatabase Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of TargetDatabase in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return TargetDatabase Modifier and Type Method Description static TargetDatabaseTargetDatabase. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetDatabaseTargetDatabaseMetadata. type()The type of the target database metadata.static TargetDatabaseTargetDatabase. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetDatabase[]TargetDatabase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type TargetDatabase Modifier and Type Method Description static Set<TargetDatabase>TargetDatabase. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type TargetDatabase Modifier and Type Method Description TargetDatabaseMetadata.BuilderTargetDatabaseMetadata.Builder. type(TargetDatabase type)The type of the target database metadata.
-