Uses of Class
com.oracle.bmc.opsi.responses.GetAwrHubObjectResponse.ArchivalState
-
Packages that use GetAwrHubObjectResponse.ArchivalState Package Description com.oracle.bmc.opsi.responses -
-
Uses of GetAwrHubObjectResponse.ArchivalState in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return GetAwrHubObjectResponse.ArchivalState Modifier and Type Method Description static GetAwrHubObjectResponse.ArchivalState
GetAwrHubObjectResponse.ArchivalState. create(String key)
GetAwrHubObjectResponse.ArchivalState
GetAwrHubObjectResponse. getArchivalState()
Archival state of an Awr Hub object.static GetAwrHubObjectResponse.ArchivalState
GetAwrHubObjectResponse.ArchivalState. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAwrHubObjectResponse.ArchivalState[]
GetAwrHubObjectResponse.ArchivalState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.responses with parameters of type GetAwrHubObjectResponse.ArchivalState Modifier and Type Method Description GetAwrHubObjectResponse.Builder
GetAwrHubObjectResponse.Builder. archivalState(GetAwrHubObjectResponse.ArchivalState archivalState)
Archival state of an Awr Hub object.
-