Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.ListSnapshotsRequest.Builder
-
Packages that use ListSnapshotsRequest.Builder Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of ListSnapshotsRequest.Builder in software.amazon.awssdk.services.redshiftserverless
Method parameters in software.amazon.awssdk.services.redshiftserverless with type arguments of type ListSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSnapshotsResponse>RedshiftServerlessAsyncClient. listSnapshots(Consumer<ListSnapshotsRequest.Builder> listSnapshotsRequest)Returns a list of snapshots.default ListSnapshotsResponseRedshiftServerlessClient. listSnapshots(Consumer<ListSnapshotsRequest.Builder> listSnapshotsRequest)Returns a list of snapshots.default ListSnapshotsPublisherRedshiftServerlessAsyncClient. listSnapshotsPaginator(Consumer<ListSnapshotsRequest.Builder> listSnapshotsRequest)Returns a list of snapshots.default ListSnapshotsIterableRedshiftServerlessClient. listSnapshotsPaginator(Consumer<ListSnapshotsRequest.Builder> listSnapshotsRequest)Returns a list of snapshots. -
Uses of ListSnapshotsRequest.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return ListSnapshotsRequest.Builder Modifier and Type Method Description static ListSnapshotsRequest.BuilderListSnapshotsRequest. builder()ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. endTime(Instant endTime)The timestamp showing when the snapshot creation finished.ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. maxResults(Integer maxResults)An optional parameter that specifies the maximum number of results to return.ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. namespaceArn(String namespaceArn)The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. namespaceName(String namespaceName)The namespace from which to list all snapshots.ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. ownerAccount(String ownerAccount)The owner Amazon Web Services account of the snapshot.ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. startTime(Instant startTime)The time when the creation of the snapshot was initiated.ListSnapshotsRequest.BuilderListSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type ListSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends ListSnapshotsRequest.Builder>ListSnapshotsRequest. serializableBuilderClass()
-