Uses of Class
com.amazonaws.services.rds.model.DescribeDBSnapshotsRequest
Packages that use DescribeDBSnapshotsRequest
-
Uses of DescribeDBSnapshotsRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type DescribeDBSnapshotsRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.describeDBSnapshots(DescribeDBSnapshotsRequest request) AmazonRDS.describeDBSnapshots(DescribeDBSnapshotsRequest describeDBSnapshotsRequest) Returns information about DB snapshots.AmazonRDSClient.describeDBSnapshots(DescribeDBSnapshotsRequest describeDBSnapshotsRequest) Returns information about DB snapshots.AbstractAmazonRDSAsync.describeDBSnapshotsAsync(DescribeDBSnapshotsRequest request) AbstractAmazonRDSAsync.describeDBSnapshotsAsync(DescribeDBSnapshotsRequest request, AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> 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(DescribeDBSnapshotsRequest request) AmazonRDSAsyncClient.describeDBSnapshotsAsync(DescribeDBSnapshotsRequest request, AsyncHandler<DescribeDBSnapshotsRequest, DescribeDBSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeDBSnapshotsRequestModifier 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 DescribeDBSnapshotsRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeDBSnapshotsRequestModifier and TypeMethodDescriptionDescribeDBSnapshotsRequest.clone()DescribeDBSnapshotsRequest.withDBInstanceIdentifier(String dBInstanceIdentifier) A DB instance identifier to retrieve the list of DB snapshots for.DescribeDBSnapshotsRequest.withDBSnapshotIdentifier(String dBSnapshotIdentifier) A specific DB snapshot identifier to describe.DescribeDBSnapshotsRequest.withFilters(Filter... filters) This parameter is not currently supported.DescribeDBSnapshotsRequest.withFilters(Collection<Filter> filters) This parameter is not currently supported.DescribeDBSnapshotsRequest.withIncludePublic(Boolean includePublic) True to include manual DB snapshots that are public and can be copied or restored by any AWS account; otherwise false.DescribeDBSnapshotsRequest.withIncludeShared(Boolean includeShared) True to include shared manual DB snapshots from other AWS accounts that this AWS account has been given permission to copy or restore; otherwise false.DescribeDBSnapshotsRequest.withMarker(String marker) An optional pagination token provided by a previousDescribeDBSnapshotsrequest.DescribeDBSnapshotsRequest.withMaxRecords(Integer maxRecords) The maximum number of records to include in the response.DescribeDBSnapshotsRequest.withSnapshotType(String snapshotType) The type of snapshots that will be returned.