Uses of Class
com.amazonaws.services.elasticache.model.SecurityGroupMembership
Packages that use SecurityGroupMembership
-
Uses of SecurityGroupMembership in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return SecurityGroupMembershipModifier and TypeMethodDescriptionSecurityGroupMembership.clone()
SecurityGroupMembership.withSecurityGroupId
(String securityGroupId) The identifier of the cache security group.SecurityGroupMembership.withStatus
(String status) The status of the cache security group membership.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type SecurityGroupMembershipModifier and TypeMethodDescriptionCacheCluster.getSecurityGroups()
A list of VPC Security Groups associated with the cache cluster.Methods in com.amazonaws.services.elasticache.model with parameters of type SecurityGroupMembershipModifier and TypeMethodDescriptionCacheCluster.withSecurityGroups
(SecurityGroupMembership... securityGroups) A list of VPC Security Groups associated with the cache cluster.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type SecurityGroupMembershipModifier and TypeMethodDescriptionvoid
CacheCluster.setSecurityGroups
(Collection<SecurityGroupMembership> securityGroups) A list of VPC Security Groups associated with the cache cluster.CacheCluster.withSecurityGroups
(Collection<SecurityGroupMembership> securityGroups) A list of VPC Security Groups associated with the cache cluster.