Uses of Class
com.amazonaws.services.rds.model.DescribeDBClusterSnapshotsResult
Packages that use DescribeDBClusterSnapshotsResult
-
Uses of DescribeDBClusterSnapshotsResult in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DescribeDBClusterSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRDS.describeDBClusterSnapshots()
AbstractAmazonRDS.describeDBClusterSnapshots
(DescribeDBClusterSnapshotsRequest request) AmazonRDS.describeDBClusterSnapshots()
Simplified method form for invoking the DescribeDBClusterSnapshots operation.AmazonRDS.describeDBClusterSnapshots
(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest) Returns information about DB cluster snapshots.AmazonRDSClient.describeDBClusterSnapshots()
AmazonRDSClient.describeDBClusterSnapshots
(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest) Returns information about DB cluster snapshots.Methods in com.amazonaws.services.rds that return types with arguments of type DescribeDBClusterSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeDBClusterSnapshotsAsync()
Simplified method form for invoking the DescribeDBClusterSnapshots operation.AbstractAmazonRDSAsync.describeDBClusterSnapshotsAsync
(AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBClusterSnapshots operation with an AsyncHandler.AbstractAmazonRDSAsync.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request) AbstractAmazonRDSAsync.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request, AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) AmazonRDSAsync.describeDBClusterSnapshotsAsync()
Simplified method form for invoking the DescribeDBClusterSnapshots operation.AmazonRDSAsync.describeDBClusterSnapshotsAsync
(AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBClusterSnapshots operation with an AsyncHandler.AmazonRDSAsync.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest) Returns information about DB cluster snapshots.AmazonRDSAsync.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest, AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Returns information about DB cluster snapshots.AmazonRDSAsyncClient.describeDBClusterSnapshotsAsync()
Simplified method form for invoking the DescribeDBClusterSnapshots operation.AmazonRDSAsyncClient.describeDBClusterSnapshotsAsync
(AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBClusterSnapshots operation with an AsyncHandler.AmazonRDSAsyncClient.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request) AmazonRDSAsyncClient.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request, AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeDBClusterSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeDBClusterSnapshotsAsync
(AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBClusterSnapshots operation with an AsyncHandler.AbstractAmazonRDSAsync.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request, AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) AmazonRDSAsync.describeDBClusterSnapshotsAsync
(AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBClusterSnapshots operation with an AsyncHandler.AmazonRDSAsync.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest, AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Returns information about DB cluster snapshots.AmazonRDSAsyncClient.describeDBClusterSnapshotsAsync
(AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBClusterSnapshots operation with an AsyncHandler.AmazonRDSAsyncClient.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request, AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) -
Uses of DescribeDBClusterSnapshotsResult in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeDBClusterSnapshotsResultModifier and TypeMethodDescriptionDescribeDBClusterSnapshotsResult.clone()
DescribeDBClusterSnapshotsResult.withDBClusterSnapshots
(DBClusterSnapshot... dBClusterSnapshots) Provides a list of DB cluster snapshots for the user.DescribeDBClusterSnapshotsResult.withDBClusterSnapshots
(Collection<DBClusterSnapshot> dBClusterSnapshots) Provides a list of DB cluster snapshots for the user.DescribeDBClusterSnapshotsResult.withMarker
(String marker) An optional pagination token provided by a previous DescribeDBClusterSnapshots request.