Uses of Class
software.amazon.awssdk.services.dax.model.SubnetGroup
-
Packages that use SubnetGroup Package Description software.amazon.awssdk.services.dax.model -
-
Uses of SubnetGroup in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return SubnetGroup Modifier and Type Method Description SubnetGroupCreateSubnetGroupResponse. subnetGroup()Represents the output of a CreateSubnetGroup operation.SubnetGroupUpdateSubnetGroupResponse. subnetGroup()The subnet group that has been modified.Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type SubnetGroup Modifier and Type Method Description List<SubnetGroup>DescribeSubnetGroupsResponse. subnetGroups()An array of subnet groups.Methods in software.amazon.awssdk.services.dax.model with parameters of type SubnetGroup Modifier and Type Method Description CreateSubnetGroupResponse.BuilderCreateSubnetGroupResponse.Builder. subnetGroup(SubnetGroup subnetGroup)Represents the output of a CreateSubnetGroup operation.UpdateSubnetGroupResponse.BuilderUpdateSubnetGroupResponse.Builder. subnetGroup(SubnetGroup subnetGroup)The subnet group that has been modified.DescribeSubnetGroupsResponse.BuilderDescribeSubnetGroupsResponse.Builder. subnetGroups(SubnetGroup... subnetGroups)An array of subnet groups.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type SubnetGroup Modifier and Type Method Description DescribeSubnetGroupsResponse.BuilderDescribeSubnetGroupsResponse.Builder. subnetGroups(Collection<SubnetGroup> subnetGroups)An array of subnet groups.
-