Uses of Class
software.amazon.awssdk.services.opensearch.model.MaintenanceType
-
Packages that use MaintenanceType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of MaintenanceType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return MaintenanceType Modifier and Type Method Description MaintenanceTypeDomainMaintenanceDetails. action()The name of the action.MaintenanceTypeGetDomainMaintenanceStatusResponse. action()The action name.MaintenanceTypeListDomainMaintenancesRequest. action()The name of the action.MaintenanceTypeStartDomainMaintenanceRequest. action()The name of the action.static MaintenanceTypeMaintenanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MaintenanceTypeMaintenanceType. 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.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type MaintenanceType Modifier and Type Method Description static Set<MaintenanceType>MaintenanceType. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type MaintenanceType Modifier and Type Method Description DomainMaintenanceDetails.BuilderDomainMaintenanceDetails.Builder. action(MaintenanceType action)The name of the action.GetDomainMaintenanceStatusResponse.BuilderGetDomainMaintenanceStatusResponse.Builder. action(MaintenanceType action)The action name.ListDomainMaintenancesRequest.BuilderListDomainMaintenancesRequest.Builder. action(MaintenanceType action)The name of the action.StartDomainMaintenanceRequest.BuilderStartDomainMaintenanceRequest.Builder. action(MaintenanceType action)The name of the action.
-