Uses of Class
com.amazonaws.services.rds.model.DescribeDBSnapshotsResult
Packages that use DescribeDBSnapshotsResult
-
Uses of DescribeDBSnapshotsResult in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DescribeDBSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRDS.describeDBSnapshots()
AbstractAmazonRDS.describeDBSnapshots
(DescribeDBSnapshotsRequest request) AmazonRDS.describeDBSnapshots()
Simplified method form for invoking the DescribeDBSnapshots operation.AmazonRDS.describeDBSnapshots
(DescribeDBSnapshotsRequest describeDBSnapshotsRequest) Returns information about DB snapshots.AmazonRDSClient.describeDBSnapshots()
AmazonRDSClient.describeDBSnapshots
(DescribeDBSnapshotsRequest describeDBSnapshotsRequest) Returns information about DB snapshots.Methods in com.amazonaws.services.rds that return types with arguments of type DescribeDBSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeDBSnapshotsAsync()
Simplified method form for invoking the DescribeDBSnapshots operation.AbstractAmazonRDSAsync.describeDBSnapshotsAsync
(AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBSnapshots operation with an AsyncHandler.AbstractAmazonRDSAsync.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest request) AbstractAmazonRDSAsync.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest request, AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) AmazonRDSAsync.describeDBSnapshotsAsync()
Simplified method form for invoking the DescribeDBSnapshots operation.AmazonRDSAsync.describeDBSnapshotsAsync
(AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBSnapshots operation with an AsyncHandler.AmazonRDSAsync.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest describeDBSnapshotsRequest) Returns information about DB snapshots.AmazonRDSAsync.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest describeDBSnapshotsRequest, AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Returns information about DB snapshots.AmazonRDSAsyncClient.describeDBSnapshotsAsync()
Simplified method form for invoking the DescribeDBSnapshots operation.AmazonRDSAsyncClient.describeDBSnapshotsAsync
(AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBSnapshots operation with an AsyncHandler.AmazonRDSAsyncClient.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest request) AmazonRDSAsyncClient.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest request, AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeDBSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeDBSnapshotsAsync
(AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBSnapshots operation with an AsyncHandler.AbstractAmazonRDSAsync.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest request, AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) AmazonRDSAsync.describeDBSnapshotsAsync
(AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBSnapshots operation with an AsyncHandler.AmazonRDSAsync.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest describeDBSnapshotsRequest, AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Returns information about DB snapshots.AmazonRDSAsyncClient.describeDBSnapshotsAsync
(AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeDBSnapshots operation with an AsyncHandler.AmazonRDSAsyncClient.describeDBSnapshotsAsync
(DescribeDBSnapshotsRequest request, AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) -
Uses of DescribeDBSnapshotsResult in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeDBSnapshotsResultModifier and TypeMethodDescriptionDescribeDBSnapshotsResult.clone()
DescribeDBSnapshotsResult.withDBSnapshots
(DBSnapshot... dBSnapshots) A list of DBSnapshot instances.DescribeDBSnapshotsResult.withDBSnapshots
(Collection<DBSnapshot> dBSnapshots) A list of DBSnapshot instances.DescribeDBSnapshotsResult.withMarker
(String marker) An optional pagination token provided by a previous request.