| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceType |
MaintenanceType.fromValue(String value)
Use this in place of valueOf.
|
static MaintenanceType |
MaintenanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceType[] |
MaintenanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListDomainMaintenancesRequest |
ListDomainMaintenancesRequest.withAction(MaintenanceType action)
The name of the action.
|
GetDomainMaintenanceStatusResult |
GetDomainMaintenanceStatusResult.withAction(MaintenanceType action)
The action name.
|
StartDomainMaintenanceRequest |
StartDomainMaintenanceRequest.withAction(MaintenanceType action)
The name of the action.
|
DomainMaintenanceDetails |
DomainMaintenanceDetails.withAction(MaintenanceType action)
The name of the action.
|
Copyright © 2024. All rights reserved.