Uses of Class
software.amazon.awssdk.services.dax.model.Subnet
-
Packages that use Subnet Package Description software.amazon.awssdk.services.dax.model -
-
Uses of Subnet in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>SubnetGroup. subnets()A list of subnets associated with the subnet group.Methods in software.amazon.awssdk.services.dax.model with parameters of type Subnet Modifier and Type Method Description SubnetGroup.BuilderSubnetGroup.Builder. subnets(Subnet... subnets)A list of subnets associated with the subnet group.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type Subnet Modifier and Type Method Description SubnetGroup.BuilderSubnetGroup.Builder. subnets(Collection<Subnet> subnets)A list of subnets associated with the subnet group.
-