Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
ActionOrderDetails |
ActionOrderDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ActionOrderDetails> |
ReorderExecutionActionDetails.getExecutionActionOrderList()
List of action resources in a specific order.
|
List<ActionOrderDetails> |
ReorderScheduledActionsDetails.getScheduledActionIdOrders()
List of action resources in a specific order.
|
Modifier and Type | Method and Description |
---|---|
ActionOrderDetails.Builder |
ActionOrderDetails.Builder.copy(ActionOrderDetails model) |
Modifier and Type | Method and Description |
---|---|
ReorderExecutionActionDetails.Builder |
ReorderExecutionActionDetails.Builder.executionActionOrderList(List<ActionOrderDetails> executionActionOrderList)
List of action resources in a specific order.
|
ReorderScheduledActionsDetails.Builder |
ReorderScheduledActionsDetails.Builder.scheduledActionIdOrders(List<ActionOrderDetails> scheduledActionIdOrders)
List of action resources in a specific order.
|
Constructor and Description |
---|
ReorderExecutionActionDetails(List<ActionOrderDetails> executionActionOrderList,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ReorderScheduledActionsDetails(String schedulingWindowId,
List<ActionOrderDetails> scheduledActionIdOrders)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.