Package | Description |
---|---|
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
static ListReplicasRequest.SortOrder |
ListReplicasRequest.SortOrder.create(String key) |
ListReplicasRequest.SortOrder |
ListReplicasRequest.getSortOrder()
The sort order to use (ASC or DESC).
|
static ListReplicasRequest.SortOrder |
ListReplicasRequest.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListReplicasRequest.SortOrder[] |
ListReplicasRequest.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListReplicasRequest.Builder |
ListReplicasRequest.Builder.sortOrder(ListReplicasRequest.SortOrder sortOrder)
The sort order to use (ASC or DESC).
|
Copyright © 2016–2025. All rights reserved.