Package | Description |
---|---|
com.oracle.bmc.opensearch.model |
Modifier and Type | Method and Description |
---|---|
static MaintenanceState |
MaintenanceState.create(String key) |
MaintenanceState |
MaintenanceDetails.getState()
State of the maintenance activity
|
static MaintenanceState |
MaintenanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceState[] |
MaintenanceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceDetails.Builder |
MaintenanceDetails.Builder.state(MaintenanceState state)
State of the maintenance activity
|
Constructor and Description |
---|
MaintenanceDetails(MaintenanceState state,
Date startTime,
Date endTime,
List<String> notificationEmailIds)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.