Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateServerlessCacheResult> |
AbstractAmazonElastiCacheAsync.createServerlessCacheAsync(CreateServerlessCacheRequest request,
AsyncHandler<CreateServerlessCacheRequest,CreateServerlessCacheResult> asyncHandler) |
Future<CreateServerlessCacheResult> |
AmazonElastiCacheAsyncClient.createServerlessCacheAsync(CreateServerlessCacheRequest request,
AsyncHandler<CreateServerlessCacheRequest,CreateServerlessCacheResult> asyncHandler) |
Future<CreateServerlessCacheResult> |
AmazonElastiCacheAsync.createServerlessCacheAsync(CreateServerlessCacheRequest createServerlessCacheRequest,
AsyncHandler<CreateServerlessCacheRequest,CreateServerlessCacheResult> asyncHandler)
Creates a serverless cache.
|
Modifier and Type | Method and Description |
---|---|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.clone() |
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withCacheUsageLimits(CacheUsageLimits cacheUsageLimits)
Sets the cache usage limits for storage and ElastiCache Processing Units for the cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withDailySnapshotTime(String dailySnapshotTime)
The daily time that snapshots will be created from the new serverless cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withDescription(String description)
User-provided description for the serverless cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withEngine(String engine)
The name of the cache engine to be used for creating the serverless cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withKmsKeyId(String kmsKeyId)
ARN of the customer managed key for encrypting the data at rest.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withMajorEngineVersion(String majorEngineVersion)
The version of the cache engine that will be used to create the serverless cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of the one or more VPC security groups to be associated with the serverless cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withSecurityGroupIds(String... securityGroupIds)
A list of the one or more VPC security groups to be associated with the serverless cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withServerlessCacheName(String serverlessCacheName)
User-provided identifier for the serverless cache.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withSnapshotArnsToRestore(Collection<String> snapshotArnsToRestore)
The ARN(s) of the snapshot that the new serverless cache will be created from.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withSnapshotArnsToRestore(String... snapshotArnsToRestore)
The ARN(s) of the snapshot that the new serverless cache will be created from.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The number of snapshots that will be retained for the serverless cache that is being created.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withSubnetIds(Collection<String> subnetIds)
A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withSubnetIds(String... subnetIds)
A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withTags(Collection<Tag> tags)
The list of tags (key, value) pairs to be added to the serverless cache resource.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withTags(Tag... tags)
The list of tags (key, value) pairs to be added to the serverless cache resource.
|
CreateServerlessCacheRequest |
CreateServerlessCacheRequest.withUserGroupId(String userGroupId)
The identifier of the UserGroup to be associated with the serverless cache.
|
Copyright © 2023. All rights reserved.