| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotErrorMessage> |
BatchModifyClusterSnapshotsResponse.errors()
A list of any errors returned.
|
List<SnapshotErrorMessage> |
BatchDeleteClusterSnapshotsResponse.errors()
A list of any errors returned.
|
| Modifier and Type | Method and Description |
|---|---|
BatchModifyClusterSnapshotsResponse.Builder |
BatchModifyClusterSnapshotsResponse.Builder.errors(SnapshotErrorMessage... errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.Builder.errors(SnapshotErrorMessage... errors)
A list of any errors returned.
|
| Modifier and Type | Method and Description |
|---|---|
BatchModifyClusterSnapshotsResponse.Builder |
BatchModifyClusterSnapshotsResponse.Builder.errors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.Builder.errors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
Copyright © 2020. All rights reserved.