Uses of Class
com.oracle.bmc.mysql.model.DbSystemEndpoint.Modes
-
Packages that use DbSystemEndpoint.Modes Package Description com.oracle.bmc.mysql.model -
-
Uses of DbSystemEndpoint.Modes in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystemEndpoint.Modes Modifier and Type Method Description static DbSystemEndpoint.Modes
DbSystemEndpoint.Modes. create(String key)
static DbSystemEndpoint.Modes
DbSystemEndpoint.Modes. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystemEndpoint.Modes[]
DbSystemEndpoint.Modes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model that return types with arguments of type DbSystemEndpoint.Modes Modifier and Type Method Description List<DbSystemEndpoint.Modes>
DbSystemEndpoint. getModes()
The access modes from the client that this endpoint supports.Method parameters in com.oracle.bmc.mysql.model with type arguments of type DbSystemEndpoint.Modes Modifier and Type Method Description DbSystemEndpoint.Builder
DbSystemEndpoint.Builder. modes(List<DbSystemEndpoint.Modes> modes)
The access modes from the client that this endpoint supports.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type DbSystemEndpoint.Modes Constructor Description DbSystemEndpoint(String hostname, String ipAddress, Integer port, Integer portX, List<DbSystemEndpoint.Modes> modes, DbSystemEndpoint.Status status, String statusDetails, DbSystemEndpoint.ResourceType resourceType, String resourceId)
Deprecated.
-