Uses of Class
com.oracle.bmc.opsi.responses.HeadAwrHubObjectResponse.ArchivalState
-
Packages that use HeadAwrHubObjectResponse.ArchivalState Package Description com.oracle.bmc.opsi.responses -
-
Uses of HeadAwrHubObjectResponse.ArchivalState in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return HeadAwrHubObjectResponse.ArchivalState Modifier and Type Method Description static HeadAwrHubObjectResponse.ArchivalState
HeadAwrHubObjectResponse.ArchivalState. create(String key)
HeadAwrHubObjectResponse.ArchivalState
HeadAwrHubObjectResponse. getArchivalState()
Archival state of an Awr Hub object.static HeadAwrHubObjectResponse.ArchivalState
HeadAwrHubObjectResponse.ArchivalState. valueOf(String name)
Returns the enum constant of this type with the specified name.static HeadAwrHubObjectResponse.ArchivalState[]
HeadAwrHubObjectResponse.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 HeadAwrHubObjectResponse.ArchivalState Modifier and Type Method Description HeadAwrHubObjectResponse.Builder
HeadAwrHubObjectResponse.Builder. archivalState(HeadAwrHubObjectResponse.ArchivalState archivalState)
Archival state of an Awr Hub object.
-