default CopySnapshotResponse |
MemoryDbClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest) |
Makes a copy of an existing snapshot.
|
default CopySnapshotResponse |
MemoryDbClient.copySnapshot(CopySnapshotRequest copySnapshotRequest) |
Makes a copy of an existing snapshot.
|
default DeleteSnapshotResponse |
MemoryDbClient.deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest) |
Deletes an existing snapshot.
|
default DeleteSnapshotResponse |
MemoryDbClient.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest) |
Deletes an existing snapshot.
|
default DescribeSnapshotsResponse |
MemoryDbClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest) |
Returns information about cluster snapshots.
|
default DescribeSnapshotsResponse |
MemoryDbClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest) |
Returns information about cluster snapshots.
|
default DescribeSnapshotsIterable |
MemoryDbClient.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest) |
|
default DescribeSnapshotsIterable |
MemoryDbClient.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest) |
|
default ListTagsResponse |
MemoryDbClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest) |
Lists all tags currently on a named resource.
|
default ListTagsResponse |
MemoryDbClient.listTags(ListTagsRequest listTagsRequest) |
Lists all tags currently on a named resource.
|
default TagResourceResponse |
MemoryDbClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
A tag is a key-value pair where the key and value are case-sensitive.
|
default TagResourceResponse |
MemoryDbClient.tagResource(TagResourceRequest tagResourceRequest) |
A tag is a key-value pair where the key and value are case-sensitive.
|
default UntagResourceResponse |
MemoryDbClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Use this operation to remove tags on a resource.
|
default UntagResourceResponse |
MemoryDbClient.untagResource(UntagResourceRequest untagResourceRequest) |
Use this operation to remove tags on a resource.
|