| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateModuleStreamProfileDetails.Status |
UpdateModuleStreamProfileDetails.Status.create(String key) |
UpdateModuleStreamProfileDetails.Status |
UpdateModuleStreamProfileDetails.getStatus()
The status of the profile.
|
static UpdateModuleStreamProfileDetails.Status |
UpdateModuleStreamProfileDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateModuleStreamProfileDetails.Status[] |
UpdateModuleStreamProfileDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateModuleStreamProfileDetails.Builder |
UpdateModuleStreamProfileDetails.Builder.status(UpdateModuleStreamProfileDetails.Status status) |
| Constructor and Description |
|---|
UpdateModuleStreamProfileDetails(String profileName,
UpdateModuleStreamProfileDetails.Status status,
Boolean isDefault,
Date timeModified)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.