Uses of Class
software.amazon.awssdk.services.dax.model.SecurityGroupMembership
-
Packages that use SecurityGroupMembership Package Description software.amazon.awssdk.services.dax.model -
-
Uses of SecurityGroupMembership in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type SecurityGroupMembership Modifier and Type Method Description List<SecurityGroupMembership>Cluster. securityGroups()A list of security groups, and the status of each, for the nodes in the cluster.Methods in software.amazon.awssdk.services.dax.model with parameters of type SecurityGroupMembership Modifier and Type Method Description Cluster.BuilderCluster.Builder. securityGroups(SecurityGroupMembership... securityGroups)A list of security groups, and the status of each, for the nodes in the cluster.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type SecurityGroupMembership Modifier and Type Method Description Cluster.BuilderCluster.Builder. securityGroups(Collection<SecurityGroupMembership> securityGroups)A list of security groups, and the status of each, for the nodes in the cluster.
-