| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSnapshotsResult> |
AbstractAWSRedshiftServerlessAsync.listSnapshotsAsync(ListSnapshotsRequest request,
AsyncHandler<ListSnapshotsRequest,ListSnapshotsResult> asyncHandler) |
Future<ListSnapshotsResult> |
AWSRedshiftServerlessAsync.listSnapshotsAsync(ListSnapshotsRequest listSnapshotsRequest,
AsyncHandler<ListSnapshotsRequest,ListSnapshotsResult> asyncHandler)
Returns a list of snapshots.
|
Future<ListSnapshotsResult> |
AWSRedshiftServerlessAsyncClient.listSnapshotsAsync(ListSnapshotsRequest request,
AsyncHandler<ListSnapshotsRequest,ListSnapshotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsRequest |
ListSnapshotsRequest.clone() |
ListSnapshotsRequest |
ListSnapshotsRequest.withEndTime(Date endTime)
The timestamp showing when the snapshot creation finished.
|
ListSnapshotsRequest |
ListSnapshotsRequest.withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListSnapshotsRequest |
ListSnapshotsRequest.withNamespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.
|
ListSnapshotsRequest |
ListSnapshotsRequest.withNamespaceName(String namespaceName)
The namespace from which to list all snapshots.
|
ListSnapshotsRequest |
ListSnapshotsRequest.withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListSnapshotsRequest |
ListSnapshotsRequest.withOwnerAccount(String ownerAccount)
The owner Amazon Web Services account of the snapshot.
|
ListSnapshotsRequest |
ListSnapshotsRequest.withStartTime(Date startTime)
The time when the creation of the snapshot was initiated.
|
Copyright © 2022. All rights reserved.