Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeSnapshotSchedulesResponse
-
Packages that use DescribeSnapshotSchedulesResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeSnapshotSchedulesResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeSnapshotSchedulesResponse Modifier and Type Method Description default DescribeSnapshotSchedulesResponseRedshiftClient. describeSnapshotSchedules()Returns a list of snapshot schedules.default DescribeSnapshotSchedulesResponseRedshiftClient. describeSnapshotSchedules(Consumer<DescribeSnapshotSchedulesRequest.Builder> describeSnapshotSchedulesRequest)Returns a list of snapshot schedules.default DescribeSnapshotSchedulesResponseRedshiftClient. describeSnapshotSchedules(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)Returns a list of snapshot schedules.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeSnapshotSchedulesResponse Modifier and Type Method Description default CompletableFuture<DescribeSnapshotSchedulesResponse>RedshiftAsyncClient. describeSnapshotSchedules()Returns a list of snapshot schedules.default CompletableFuture<DescribeSnapshotSchedulesResponse>RedshiftAsyncClient. describeSnapshotSchedules(Consumer<DescribeSnapshotSchedulesRequest.Builder> describeSnapshotSchedulesRequest)Returns a list of snapshot schedules.default CompletableFuture<DescribeSnapshotSchedulesResponse>RedshiftAsyncClient. describeSnapshotSchedules(DescribeSnapshotSchedulesRequest describeSnapshotSchedulesRequest)Returns a list of snapshot schedules. -
Uses of DescribeSnapshotSchedulesResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeSnapshotSchedulesResponse Modifier and Type Method Description Iterator<DescribeSnapshotSchedulesResponse>DescribeSnapshotSchedulesIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeSnapshotSchedulesResponse Modifier and Type Method Description voidDescribeSnapshotSchedulesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotSchedulesResponse> subscriber)
-