Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
UpdateTarget |
UpdateTarget.clone() |
UpdateTarget |
UpdateTarget.withDatabaseVersion(String databaseVersion)
The cluster version for the new maintenance track.
|
UpdateTarget |
UpdateTarget.withMaintenanceTrackName(String maintenanceTrackName)
The name of the new maintenance track.
|
UpdateTarget |
UpdateTarget.withSupportedOperations(Collection<SupportedOperation> supportedOperations)
A list of operations supported by the maintenance track.
|
UpdateTarget |
UpdateTarget.withSupportedOperations(SupportedOperation... supportedOperations)
A list of operations supported by the maintenance track.
|
Modifier and Type | Method and Description |
---|---|
List<UpdateTarget> |
MaintenanceTrack.getUpdateTargets()
An array of UpdateTarget objects to update with the maintenance track.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceTrack |
MaintenanceTrack.withUpdateTargets(UpdateTarget... updateTargets)
An array of UpdateTarget objects to update with the maintenance track.
|
Modifier and Type | Method and Description |
---|---|
void |
MaintenanceTrack.setUpdateTargets(Collection<UpdateTarget> updateTargets)
An array of UpdateTarget objects to update with the maintenance track.
|
MaintenanceTrack |
MaintenanceTrack.withUpdateTargets(Collection<UpdateTarget> updateTargets)
An array of UpdateTarget objects to update with the maintenance track.
|
Copyright © 2023. All rights reserved.