Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
static RepoUpgradeOnBoot |
RepoUpgradeOnBoot.fromValue(String value)
Use this in place of valueOf.
|
static RepoUpgradeOnBoot |
RepoUpgradeOnBoot.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepoUpgradeOnBoot[] |
RepoUpgradeOnBoot.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setRepoUpgradeOnBoot(RepoUpgradeOnBoot repoUpgradeOnBoot)
Applies only when
CustomAmiID is used. |
void |
RunJobFlowRequest.setRepoUpgradeOnBoot(RepoUpgradeOnBoot repoUpgradeOnBoot)
Applies only when
CustomAmiID is used. |
Cluster |
Cluster.withRepoUpgradeOnBoot(RepoUpgradeOnBoot repoUpgradeOnBoot)
Applies only when
CustomAmiID is used. |
RunJobFlowRequest |
RunJobFlowRequest.withRepoUpgradeOnBoot(RepoUpgradeOnBoot repoUpgradeOnBoot)
Applies only when
CustomAmiID is used. |
Copyright © 2024. All rights reserved.