Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static PostInstallationActions |
PostInstallationActions.create(String key) |
static PostInstallationActions |
PostInstallationActions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostInstallationActions[] |
PostInstallationActions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<PostInstallationActions> |
AddFleetInstallationSitesDetails.getPostInstallationActions()
Optional list of post java installation actions
|
Modifier and Type | Method and Description |
---|---|
AddFleetInstallationSitesDetails.Builder |
AddFleetInstallationSitesDetails.Builder.postInstallationActions(List<PostInstallationActions> postInstallationActions)
Optional list of post java installation actions
|
Constructor and Description |
---|
AddFleetInstallationSitesDetails(List<NewInstallationSite> installationSites,
List<PostInstallationActions> postInstallationActions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.