Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ServerlessCache |
ServerlessCache.clone() |
ServerlessCache |
DeleteServerlessCacheResult.getServerlessCache()
Provides the details of the specified serverless cache that is about to be deleted.
|
ServerlessCache |
CreateServerlessCacheResult.getServerlessCache()
The response for the attempt to create the serverless cache.
|
ServerlessCache |
ModifyServerlessCacheResult.getServerlessCache()
The response for the attempt to modify the serverless cache.
|
ServerlessCache |
ServerlessCache.withARN(String aRN)
The Amazon Resource Name (ARN) of the serverless cache.
|
ServerlessCache |
ServerlessCache.withCacheUsageLimits(CacheUsageLimits cacheUsageLimits)
The cache usage limit for the serverless cache.
|
ServerlessCache |
ServerlessCache.withCreateTime(Date createTime)
When the serverless cache was created.
|
ServerlessCache |
ServerlessCache.withDailySnapshotTime(String dailySnapshotTime)
The daily time that a cache snapshot will be created.
|
ServerlessCache |
ServerlessCache.withDescription(String description)
A description of the serverless cache.
|
ServerlessCache |
ServerlessCache.withEndpoint(Endpoint endpoint) |
ServerlessCache |
ServerlessCache.withEngine(String engine)
The engine the serverless cache is compatible with.
|
ServerlessCache |
ServerlessCache.withFullEngineVersion(String fullEngineVersion)
The name and version number of the engine the serverless cache is compatible with.
|
ServerlessCache |
ServerlessCache.withKmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt data at rest in the
serverless cache.
|
ServerlessCache |
ServerlessCache.withMajorEngineVersion(String majorEngineVersion)
The version number of the engine the serverless cache is compatible with.
|
ServerlessCache |
ServerlessCache.withReaderEndpoint(Endpoint readerEndpoint) |
ServerlessCache |
ServerlessCache.withSecurityGroupIds(Collection<String> securityGroupIds)
The IDs of the EC2 security groups associated with the serverless cache.
|
ServerlessCache |
ServerlessCache.withSecurityGroupIds(String... securityGroupIds)
The IDs of the EC2 security groups associated with the serverless cache.
|
ServerlessCache |
ServerlessCache.withServerlessCacheName(String serverlessCacheName)
The unique identifier of the serverless cache.
|
ServerlessCache |
ServerlessCache.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The current setting for the number of serverless cache snapshots the system will retain.
|
ServerlessCache |
ServerlessCache.withStatus(String status)
The current status of the serverless cache.
|
ServerlessCache |
ServerlessCache.withSubnetIds(Collection<String> subnetIds)
If no subnet IDs are given and your VPC is in SFO, then ElastiCache will select 2 default subnets across AZs in
your VPC.
|
ServerlessCache |
ServerlessCache.withSubnetIds(String... subnetIds)
If no subnet IDs are given and your VPC is in SFO, then ElastiCache will select 2 default subnets across AZs in
your VPC.
|
ServerlessCache |
ServerlessCache.withUserGroupId(String userGroupId)
The identifier of the user group associated with the serverless cache.
|
Modifier and Type | Method and Description |
---|---|
List<ServerlessCache> |
DescribeServerlessCachesResult.getServerlessCaches()
The serverless caches associated with a given description request.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteServerlessCacheResult.setServerlessCache(ServerlessCache serverlessCache)
Provides the details of the specified serverless cache that is about to be deleted.
|
void |
CreateServerlessCacheResult.setServerlessCache(ServerlessCache serverlessCache)
The response for the attempt to create the serverless cache.
|
void |
ModifyServerlessCacheResult.setServerlessCache(ServerlessCache serverlessCache)
The response for the attempt to modify the serverless cache.
|
DeleteServerlessCacheResult |
DeleteServerlessCacheResult.withServerlessCache(ServerlessCache serverlessCache)
Provides the details of the specified serverless cache that is about to be deleted.
|
CreateServerlessCacheResult |
CreateServerlessCacheResult.withServerlessCache(ServerlessCache serverlessCache)
The response for the attempt to create the serverless cache.
|
ModifyServerlessCacheResult |
ModifyServerlessCacheResult.withServerlessCache(ServerlessCache serverlessCache)
The response for the attempt to modify the serverless cache.
|
DescribeServerlessCachesResult |
DescribeServerlessCachesResult.withServerlessCaches(ServerlessCache... serverlessCaches)
The serverless caches associated with a given description request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeServerlessCachesResult.setServerlessCaches(Collection<ServerlessCache> serverlessCaches)
The serverless caches associated with a given description request.
|
DescribeServerlessCachesResult |
DescribeServerlessCachesResult.withServerlessCaches(Collection<ServerlessCache> serverlessCaches)
The serverless caches associated with a given description request.
|
Copyright © 2023. All rights reserved.