Uses of Class
com.oracle.bmc.databasemigration.model.TechnologyType
-
Packages that use TechnologyType Package Description com.oracle.bmc.databasemigration.model com.oracle.bmc.databasemigration.requests -
-
Uses of TechnologyType in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return TechnologyType Modifier and Type Method Description static TechnologyTypeTechnologyType. create(String key)static TechnologyTypeTechnologyType. valueOf(String name)Returns the enum constant of this type with the specified name.static TechnologyType[]TechnologyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TechnologyType in com.oracle.bmc.databasemigration.requests
Methods in com.oracle.bmc.databasemigration.requests that return types with arguments of type TechnologyType Modifier and Type Method Description List<TechnologyType>ListConnectionsRequest. getTechnologyType()The array of technology types.Methods in com.oracle.bmc.databasemigration.requests with parameters of type TechnologyType Modifier and Type Method Description ListConnectionsRequest.BuilderListConnectionsRequest.Builder. technologyType(TechnologyType singularValue)Singular setter.Method parameters in com.oracle.bmc.databasemigration.requests with type arguments of type TechnologyType Modifier and Type Method Description ListConnectionsRequest.BuilderListConnectionsRequest.Builder. technologyType(List<TechnologyType> technologyType)The array of technology types.
-