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 CreateServerlessCacheResponse |
ElastiCacheClient.createServerlessCache(Consumer<CreateServerlessCacheRequest.Builder> createServerlessCacheRequest) |
Creates a serverless cache.
|
default CreateServerlessCacheResponse |
ElastiCacheClient.createServerlessCache(CreateServerlessCacheRequest createServerlessCacheRequest) |
Creates a serverless cache.
|
default CreateServerlessCacheSnapshotResponse |
ElastiCacheClient.createServerlessCacheSnapshot(Consumer<CreateServerlessCacheSnapshotRequest.Builder> createServerlessCacheSnapshotRequest) |
This API creates a copy of an entire ServerlessCache at a specific moment in time.
|
default CreateServerlessCacheSnapshotResponse |
ElastiCacheClient.createServerlessCacheSnapshot(CreateServerlessCacheSnapshotRequest createServerlessCacheSnapshotRequest) |
This API creates a copy of an entire ServerlessCache at a specific moment in time.
|
default DeleteServerlessCacheResponse |
ElastiCacheClient.deleteServerlessCache(Consumer<DeleteServerlessCacheRequest.Builder> deleteServerlessCacheRequest) |
Deletes a specified existing serverless cache.
|
default DeleteServerlessCacheResponse |
ElastiCacheClient.deleteServerlessCache(DeleteServerlessCacheRequest deleteServerlessCacheRequest) |
Deletes a specified existing serverless cache.
|
default DescribeServerlessCachesResponse |
ElastiCacheClient.describeServerlessCaches(Consumer<DescribeServerlessCachesRequest.Builder> describeServerlessCachesRequest) |
Returns information about a specific serverless cache.
|
default DescribeServerlessCachesResponse |
ElastiCacheClient.describeServerlessCaches(DescribeServerlessCachesRequest describeServerlessCachesRequest) |
Returns information about a specific serverless cache.
|
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 DescribeServerlessCachesIterable |
ElastiCacheClient.describeServerlessCachesPaginator(Consumer<DescribeServerlessCachesRequest.Builder> describeServerlessCachesRequest) |
|
default DescribeServerlessCachesIterable |
ElastiCacheClient.describeServerlessCachesPaginator(DescribeServerlessCachesRequest describeServerlessCachesRequest) |
|
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 ModifyServerlessCacheResponse |
ElastiCacheClient.modifyServerlessCache(Consumer<ModifyServerlessCacheRequest.Builder> modifyServerlessCacheRequest) |
This API modifies the attributes of a serverless cache.
|
default ModifyServerlessCacheResponse |
ElastiCacheClient.modifyServerlessCache(ModifyServerlessCacheRequest modifyServerlessCacheRequest) |
This API modifies the attributes of a serverless cache.
|
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.
|