| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
DBSubnetGroup |
AmazonNeptuneClient.createDBSubnetGroup(CreateDBSubnetGroupRequest request)
Creates a new DB subnet group.
|
DBSubnetGroup |
AmazonNeptune.createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.
|
DBSubnetGroup |
AbstractAmazonNeptune.createDBSubnetGroup(CreateDBSubnetGroupRequest request) |
DBSubnetGroup |
AmazonNeptuneClient.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request)
Modifies an existing DB subnet group.
|
DBSubnetGroup |
AmazonNeptune.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
DBSubnetGroup |
AbstractAmazonNeptune.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DBSubnetGroup |
DBSubnetGroup.clone() |
DBSubnetGroup |
DBInstance.getDBSubnetGroup()
Specifies information on the subnet group associated with the DB instance, including the name, description, and
subnets in the subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withDBSubnetGroupArn(String dBSubnetGroupArn)
The Amazon Resource Name (ARN) for the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withDBSubnetGroupDescription(String dBSubnetGroupDescription)
Provides the description of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withDBSubnetGroupName(String dBSubnetGroupName)
The name of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withSubnetGroupStatus(String subnetGroupStatus)
Provides the status of the DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Collection<Subnet> subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Subnet... subnets)
Contains a list of Subnet elements.
|
DBSubnetGroup |
DBSubnetGroup.withVpcId(String vpcId)
Provides the VpcId of the DB subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBSubnetGroup> |
DescribeDBSubnetGroupsResult.getDBSubnetGroups()
A list of DBSubnetGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBInstance.setDBSubnetGroup(DBSubnetGroup dBSubnetGroup)
Specifies information on the subnet group associated with the DB instance, including the name, description, and
subnets in the subnet group.
|
DBInstance |
DBInstance.withDBSubnetGroup(DBSubnetGroup dBSubnetGroup)
Specifies information on the subnet group associated with the DB instance, including the name, description, and
subnets in the subnet group.
|
DescribeDBSubnetGroupsResult |
DescribeDBSubnetGroupsResult.withDBSubnetGroups(DBSubnetGroup... dBSubnetGroups)
A list of DBSubnetGroup instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBSubnetGroupsResult.setDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
|
DescribeDBSubnetGroupsResult |
DescribeDBSubnetGroupsResult.withDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
A list of DBSubnetGroup instances.
|
Copyright © 2023. All rights reserved.