Package | Description |
---|---|
com.oracle.bmc.bds.model | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
static PatchHistorySummary.PatchType |
PatchHistorySummary.PatchType.create(String key) |
PatchHistorySummary.PatchType |
PatchHistorySummary.getPatchType()
The type of current patch history.
|
static PatchHistorySummary.PatchType |
PatchHistorySummary.PatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchHistorySummary.PatchType[] |
PatchHistorySummary.PatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchHistorySummary.Builder |
PatchHistorySummary.Builder.patchType(PatchHistorySummary.PatchType patchType)
The type of current patch history.
|
Constructor and Description |
---|
PatchHistorySummary(String version,
PatchHistorySummary.LifecycleState lifecycleState,
Date timeUpdated,
PatchHistorySummary.PatchType patchType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PatchHistorySummary.PatchType |
ListPatchHistoriesRequest.getPatchType()
The type of a BDS patch history entity.
|
Modifier and Type | Method and Description |
---|---|
ListPatchHistoriesRequest.Builder |
ListPatchHistoriesRequest.Builder.patchType(PatchHistorySummary.PatchType patchType)
The type of a BDS patch history entity.
|
Copyright © 2016–2025. All rights reserved.