Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
SnapshotErrorMessage |
SnapshotErrorMessage.clone() |
SnapshotErrorMessage |
SnapshotErrorMessage.withFailureCode(String failureCode)
The failure code for the error.
|
SnapshotErrorMessage |
SnapshotErrorMessage.withFailureReason(String failureReason)
The text message describing the error.
|
SnapshotErrorMessage |
SnapshotErrorMessage.withSnapshotClusterIdentifier(String snapshotClusterIdentifier)
A unique identifier for the cluster.
|
SnapshotErrorMessage |
SnapshotErrorMessage.withSnapshotIdentifier(String snapshotIdentifier)
A unique identifier for the snapshot returning the error.
|
Modifier and Type | Method and Description |
---|---|
List<SnapshotErrorMessage> |
BatchModifyClusterSnapshotsResult.getErrors()
A list of any errors returned.
|
List<SnapshotErrorMessage> |
BatchDeleteClusterSnapshotsResult.getErrors()
A list of any errors returned.
|
Modifier and Type | Method and Description |
---|---|
BatchModifyClusterSnapshotsResult |
BatchModifyClusterSnapshotsResult.withErrors(SnapshotErrorMessage... errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResult |
BatchDeleteClusterSnapshotsResult.withErrors(SnapshotErrorMessage... errors)
A list of any errors returned.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchModifyClusterSnapshotsResult.setErrors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
void |
BatchDeleteClusterSnapshotsResult.setErrors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
BatchModifyClusterSnapshotsResult |
BatchModifyClusterSnapshotsResult.withErrors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResult |
BatchDeleteClusterSnapshotsResult.withErrors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
Copyright © 2023. All rights reserved.