| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.clone() |
Update |
UpdateNodegroupConfigResult.getUpdate() |
Update |
UpdateClusterVersionResult.getUpdate()
The full description of the specified update
|
Update |
UpdateClusterConfigResult.getUpdate() |
Update |
UpdateAddonResult.getUpdate() |
Update |
DisassociateIdentityProviderConfigResult.getUpdate() |
Update |
DescribeUpdateResult.getUpdate()
The full description of the specified update.
|
Update |
AssociateIdentityProviderConfigResult.getUpdate() |
Update |
AssociateEncryptionConfigResult.getUpdate() |
Update |
UpdateNodegroupVersionResult.getUpdate() |
Update |
Update.withCreatedAt(Date createdAt)
The Unix epoch timestamp at object creation.
|
Update |
Update.withErrors(Collection<ErrorDetail> errors)
Any errors associated with a
Failed update. |
Update |
Update.withErrors(ErrorDetail... errors)
Any errors associated with a
Failed update. |
Update |
Update.withId(String id)
A UUID that is used to track the update.
|
Update |
Update.withParams(Collection<UpdateParam> params)
A key-value map that contains the parameters associated with the update.
|
Update |
Update.withParams(UpdateParam... params)
A key-value map that contains the parameters associated with the update.
|
Update |
Update.withStatus(String status)
The current status of the update.
|
Update |
Update.withStatus(UpdateStatus status)
The current status of the update.
|
Update |
Update.withType(String type)
The type of the update.
|
Update |
Update.withType(UpdateType type)
The type of the update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNodegroupConfigResult.setUpdate(Update update) |
void |
UpdateClusterVersionResult.setUpdate(Update update)
The full description of the specified update
|
void |
UpdateClusterConfigResult.setUpdate(Update update) |
void |
UpdateAddonResult.setUpdate(Update update) |
void |
DisassociateIdentityProviderConfigResult.setUpdate(Update update) |
void |
DescribeUpdateResult.setUpdate(Update update)
The full description of the specified update.
|
void |
AssociateIdentityProviderConfigResult.setUpdate(Update update) |
void |
AssociateEncryptionConfigResult.setUpdate(Update update) |
void |
UpdateNodegroupVersionResult.setUpdate(Update update) |
UpdateNodegroupConfigResult |
UpdateNodegroupConfigResult.withUpdate(Update update) |
UpdateClusterVersionResult |
UpdateClusterVersionResult.withUpdate(Update update)
The full description of the specified update
|
UpdateClusterConfigResult |
UpdateClusterConfigResult.withUpdate(Update update) |
UpdateAddonResult |
UpdateAddonResult.withUpdate(Update update) |
DisassociateIdentityProviderConfigResult |
DisassociateIdentityProviderConfigResult.withUpdate(Update update) |
DescribeUpdateResult |
DescribeUpdateResult.withUpdate(Update update)
The full description of the specified update.
|
AssociateIdentityProviderConfigResult |
AssociateIdentityProviderConfigResult.withUpdate(Update update) |
AssociateEncryptionConfigResult |
AssociateEncryptionConfigResult.withUpdate(Update update) |
UpdateNodegroupVersionResult |
UpdateNodegroupVersionResult.withUpdate(Update update) |
Copyright © 2024. All rights reserved.