Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EC2SecurityGroup> |
CacheSecurityGroup.eC2SecurityGroups
A list of Amazon EC2 security groups that are associated with this cache
security group.
|
Modifier and Type | Method and Description |
---|---|
EC2SecurityGroup |
EC2SecurityGroup.clone() |
EC2SecurityGroup |
EC2SecurityGroup.withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The name of the Amazon EC2 security group.
|
EC2SecurityGroup |
EC2SecurityGroup.withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account ID of the Amazon EC2 security group owner.
|
EC2SecurityGroup |
EC2SecurityGroup.withStatus(java.lang.String status)
The status of the Amazon EC2 security group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EC2SecurityGroup> |
CacheSecurityGroup.getEC2SecurityGroups()
A list of Amazon EC2 security groups that are associated with this cache
security group.
|
Modifier and Type | Method and Description |
---|---|
CacheSecurityGroup |
CacheSecurityGroup.withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
A list of Amazon EC2 security groups that are associated with this cache
security group.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheSecurityGroup.setEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of Amazon EC2 security groups that are associated with this cache
security group.
|
CacheSecurityGroup |
CacheSecurityGroup.withEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of Amazon EC2 security groups that are associated with this cache
security group.
|
Modifier and Type | Method and Description |
---|---|
EC2SecurityGroup |
EC2SecurityGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |