Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ListSnapshotCopyConfigurationsResponse
-
Packages that use ListSnapshotCopyConfigurationsResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.paginators -
-
Uses of ListSnapshotCopyConfigurationsResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return ListSnapshotCopyConfigurationsResponse Modifier and Type Method Description default ListSnapshotCopyConfigurationsResponseRedshiftServerlessClient. listSnapshotCopyConfigurations(Consumer<ListSnapshotCopyConfigurationsRequest.Builder> listSnapshotCopyConfigurationsRequest)Returns a list of snapshot copy configurations.default ListSnapshotCopyConfigurationsResponseRedshiftServerlessClient. listSnapshotCopyConfigurations(ListSnapshotCopyConfigurationsRequest listSnapshotCopyConfigurationsRequest)Returns a list of snapshot copy configurations.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type ListSnapshotCopyConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListSnapshotCopyConfigurationsResponse>RedshiftServerlessAsyncClient. listSnapshotCopyConfigurations(Consumer<ListSnapshotCopyConfigurationsRequest.Builder> listSnapshotCopyConfigurationsRequest)Returns a list of snapshot copy configurations.default CompletableFuture<ListSnapshotCopyConfigurationsResponse>RedshiftServerlessAsyncClient. listSnapshotCopyConfigurations(ListSnapshotCopyConfigurationsRequest listSnapshotCopyConfigurationsRequest)Returns a list of snapshot copy configurations. -
Uses of ListSnapshotCopyConfigurationsResponse in software.amazon.awssdk.services.redshiftserverless.paginators
Methods in software.amazon.awssdk.services.redshiftserverless.paginators that return types with arguments of type ListSnapshotCopyConfigurationsResponse Modifier and Type Method Description Iterator<ListSnapshotCopyConfigurationsResponse>ListSnapshotCopyConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftserverless.paginators with type arguments of type ListSnapshotCopyConfigurationsResponse Modifier and Type Method Description voidListSnapshotCopyConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSnapshotCopyConfigurationsResponse> subscriber)
-