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