Uses of Class
com.oracle.bmc.opsi.responses.GetAwrHubObjectResponse.StorageTier
-
Packages that use GetAwrHubObjectResponse.StorageTier Package Description com.oracle.bmc.opsi.responses -
-
Uses of GetAwrHubObjectResponse.StorageTier in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return GetAwrHubObjectResponse.StorageTier Modifier and Type Method Description static GetAwrHubObjectResponse.StorageTier
GetAwrHubObjectResponse.StorageTier. create(String key)
GetAwrHubObjectResponse.StorageTier
GetAwrHubObjectResponse. getStorageTier()
The storage tier that the Awr Hub object is stored in.static GetAwrHubObjectResponse.StorageTier
GetAwrHubObjectResponse.StorageTier. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAwrHubObjectResponse.StorageTier[]
GetAwrHubObjectResponse.StorageTier. 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.StorageTier Modifier and Type Method Description GetAwrHubObjectResponse.Builder
GetAwrHubObjectResponse.Builder. storageTier(GetAwrHubObjectResponse.StorageTier storageTier)
The storage tier that the Awr Hub object is stored in.
-