Uses of Class
com.amazonaws.services.rds.model.DescribeDBClusterSnapshotsRequest
Packages that use DescribeDBClusterSnapshotsRequest
-
Uses of DescribeDBClusterSnapshotsRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type DescribeDBClusterSnapshotsRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.describeDBClusterSnapshots
(DescribeDBClusterSnapshotsRequest request) AmazonRDS.describeDBClusterSnapshots
(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest) Returns information about DB cluster snapshots.AmazonRDSClient.describeDBClusterSnapshots
(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest) Returns information about DB cluster snapshots.AbstractAmazonRDSAsync.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request) AbstractAmazonRDSAsync.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request, AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> 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
(DescribeDBClusterSnapshotsRequest request) AmazonRDSAsyncClient.describeDBClusterSnapshotsAsync
(DescribeDBClusterSnapshotsRequest request, AsyncHandler<DescribeDBClusterSnapshotsRequest, DescribeDBClusterSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeDBClusterSnapshotsRequestModifier 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 DescribeDBClusterSnapshotsRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeDBClusterSnapshotsRequestModifier and TypeMethodDescriptionDescribeDBClusterSnapshotsRequest.clone()
DescribeDBClusterSnapshotsRequest.withDBClusterIdentifier
(String dBClusterIdentifier) A DB cluster identifier to retrieve the list of DB cluster snapshots for.DescribeDBClusterSnapshotsRequest.withDBClusterSnapshotIdentifier
(String dBClusterSnapshotIdentifier) A specific DB cluster snapshot identifier to describe.DescribeDBClusterSnapshotsRequest.withFilters
(Filter... filters) This parameter is not currently supported.DescribeDBClusterSnapshotsRequest.withFilters
(Collection<Filter> filters) This parameter is not currently supported.DescribeDBClusterSnapshotsRequest.withMarker
(String marker) An optional pagination token provided by a previousDescribeDBClusterSnapshots
request.DescribeDBClusterSnapshotsRequest.withMaxRecords
(Integer maxRecords) The maximum number of records to include in the response.DescribeDBClusterSnapshotsRequest.withSnapshotType
(String snapshotType) The type of DB cluster snapshots that will be returned.