Uses of Class
software.amazon.awssdk.services.memorydb.model.SubnetGroup
-
Packages that use SubnetGroup Package Description software.amazon.awssdk.services.memorydb.model software.amazon.awssdk.services.memorydb.paginators -
-
Uses of SubnetGroup in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return SubnetGroup Modifier and Type Method Description SubnetGroupCreateSubnetGroupResponse. subnetGroup()The newly-created subnet group.SubnetGroupDeleteSubnetGroupResponse. subnetGroup()The subnet group object that has been deleted.SubnetGroupUpdateSubnetGroupResponse. subnetGroup()The updated subnet groupMethods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type SubnetGroup Modifier and Type Method Description List<SubnetGroup>DescribeSubnetGroupsResponse. subnetGroups()A list of subnet groups.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type SubnetGroup Modifier and Type Method Description CreateSubnetGroupResponse.BuilderCreateSubnetGroupResponse.Builder. subnetGroup(SubnetGroup subnetGroup)The newly-created subnet group.DeleteSubnetGroupResponse.BuilderDeleteSubnetGroupResponse.Builder. subnetGroup(SubnetGroup subnetGroup)The subnet group object that has been deleted.UpdateSubnetGroupResponse.BuilderUpdateSubnetGroupResponse.Builder. subnetGroup(SubnetGroup subnetGroup)The updated subnet groupDescribeSubnetGroupsResponse.BuilderDescribeSubnetGroupsResponse.Builder. subnetGroups(SubnetGroup... subnetGroups)A list of subnet groups.Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type SubnetGroup Modifier and Type Method Description DescribeSubnetGroupsResponse.BuilderDescribeSubnetGroupsResponse.Builder. subnetGroups(Collection<SubnetGroup> subnetGroups)A list of subnet groups. -
Uses of SubnetGroup in software.amazon.awssdk.services.memorydb.paginators
Methods in software.amazon.awssdk.services.memorydb.paginators that return types with arguments of type SubnetGroup Modifier and Type Method Description SdkIterable<SubnetGroup>DescribeSubnetGroupsIterable. subnetGroups()Returns an iterable to iterate through the paginatedDescribeSubnetGroupsResponse.subnetGroups()member.SdkPublisher<SubnetGroup>DescribeSubnetGroupsPublisher. subnetGroups()Returns a publisher that can be used to get a stream of data.
-