Uses of Class
software.amazon.awssdk.services.redshift.model.SnapshotErrorMessage
-
Packages that use SnapshotErrorMessage Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SnapshotErrorMessage in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SnapshotErrorMessage Modifier and Type Method Description List<SnapshotErrorMessage>BatchDeleteClusterSnapshotsResponse. errors()A list of any errors returned.List<SnapshotErrorMessage>BatchModifyClusterSnapshotsResponse. errors()A list of any errors returned.Methods in software.amazon.awssdk.services.redshift.model with parameters of type SnapshotErrorMessage Modifier and Type Method Description BatchDeleteClusterSnapshotsResponse.BuilderBatchDeleteClusterSnapshotsResponse.Builder. errors(SnapshotErrorMessage... errors)A list of any errors returned.BatchModifyClusterSnapshotsResponse.BuilderBatchModifyClusterSnapshotsResponse.Builder. errors(SnapshotErrorMessage... errors)A list of any errors returned.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type SnapshotErrorMessage Modifier and Type Method Description BatchDeleteClusterSnapshotsResponse.BuilderBatchDeleteClusterSnapshotsResponse.Builder. errors(Collection<SnapshotErrorMessage> errors)A list of any errors returned.BatchModifyClusterSnapshotsResponse.BuilderBatchModifyClusterSnapshotsResponse.Builder. errors(Collection<SnapshotErrorMessage> errors)A list of any errors returned.
-