default AddTagsToResourceResponse |
ElastiCacheClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest) |
A tag is a key-value pair where the key and value are case-sensitive.
|
default AddTagsToResourceResponse |
ElastiCacheClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest) |
A tag is a key-value pair where the key and value are case-sensitive.
|
default CopyServerlessCacheSnapshotResponse |
ElastiCacheClient.copyServerlessCacheSnapshot(Consumer<CopyServerlessCacheSnapshotRequest.Builder> copyServerlessCacheSnapshotRequest) |
Creates a copy of an existing serverless cache’s snapshot.
|
default CopyServerlessCacheSnapshotResponse |
ElastiCacheClient.copyServerlessCacheSnapshot(CopyServerlessCacheSnapshotRequest copyServerlessCacheSnapshotRequest) |
Creates a copy of an existing serverless cache’s snapshot.
|
default DeleteServerlessCacheSnapshotResponse |
ElastiCacheClient.deleteServerlessCacheSnapshot(Consumer<DeleteServerlessCacheSnapshotRequest.Builder> deleteServerlessCacheSnapshotRequest) |
Deletes an existing serverless cache snapshot.
|
default DeleteServerlessCacheSnapshotResponse |
ElastiCacheClient.deleteServerlessCacheSnapshot(DeleteServerlessCacheSnapshotRequest deleteServerlessCacheSnapshotRequest) |
Deletes an existing serverless cache snapshot.
|
default DescribeServerlessCacheSnapshotsResponse |
ElastiCacheClient.describeServerlessCacheSnapshots(Consumer<DescribeServerlessCacheSnapshotsRequest.Builder> describeServerlessCacheSnapshotsRequest) |
Returns information about serverless cache snapshots.
|
default DescribeServerlessCacheSnapshotsResponse |
ElastiCacheClient.describeServerlessCacheSnapshots(DescribeServerlessCacheSnapshotsRequest describeServerlessCacheSnapshotsRequest) |
Returns information about serverless cache snapshots.
|
default DescribeServerlessCacheSnapshotsIterable |
ElastiCacheClient.describeServerlessCacheSnapshotsPaginator(Consumer<DescribeServerlessCacheSnapshotsRequest.Builder> describeServerlessCacheSnapshotsRequest) |
|
default DescribeServerlessCacheSnapshotsIterable |
ElastiCacheClient.describeServerlessCacheSnapshotsPaginator(DescribeServerlessCacheSnapshotsRequest describeServerlessCacheSnapshotsRequest) |
|
default ExportServerlessCacheSnapshotResponse |
ElastiCacheClient.exportServerlessCacheSnapshot(Consumer<ExportServerlessCacheSnapshotRequest.Builder> exportServerlessCacheSnapshotRequest) |
Provides the functionality to export the serverless cache snapshot data to Amazon S3.
|
default ExportServerlessCacheSnapshotResponse |
ElastiCacheClient.exportServerlessCacheSnapshot(ExportServerlessCacheSnapshotRequest exportServerlessCacheSnapshotRequest) |
Provides the functionality to export the serverless cache snapshot data to Amazon S3.
|
default ListTagsForResourceResponse |
ElastiCacheClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Lists all tags currently on a named resource.
|
default ListTagsForResourceResponse |
ElastiCacheClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Lists all tags currently on a named resource.
|
default RemoveTagsFromResourceResponse |
ElastiCacheClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest) |
Removes the tags identified by the TagKeys list from the named resource.
|
default RemoveTagsFromResourceResponse |
ElastiCacheClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) |
Removes the tags identified by the TagKeys list from the named resource.
|