| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB API documentation
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
DBSubnetGroup |
AmazonDocDB.createDBSubnetGroup(CreateDBSubnetGroupRequest createDBSubnetGroupRequest)
Creates a new DB subnet group.
|
DBSubnetGroup |
AmazonDocDBClient.createDBSubnetGroup(CreateDBSubnetGroupRequest request)
Creates a new DB subnet group.
|
DBSubnetGroup |
AbstractAmazonDocDB.createDBSubnetGroup(CreateDBSubnetGroupRequest request) |
DBSubnetGroup |
AmazonDocDB.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest modifyDBSubnetGroupRequest)
Modifies an existing DB subnet group.
|
DBSubnetGroup |
AmazonDocDBClient.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request)
Modifies an existing DB subnet group.
|
DBSubnetGroup |
AbstractAmazonDocDB.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DBSubnetGroup |
DBSubnetGroup.clone() |
DBSubnetGroup |
DBInstance.getDBSubnetGroup()
Specifies information on the subnet group that is associated with the DB instance, including the name,
description, and subnets in the subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withDBSubnetGroupArn(String dBSubnetGroupArn)
The Amazon Resource Identifier (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)
Detailed information about one or more subnets within a DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withSubnets(Subnet... subnets)
Detailed information about one or more subnets within a DB subnet group.
|
DBSubnetGroup |
DBSubnetGroup.withVpcId(String vpcId)
Provides the virtual private cloud (VPC) ID of the DB subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBSubnetGroup> |
DescribeDBSubnetGroupsResult.getDBSubnetGroups()
Detailed information about one or more DB subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBInstance.setDBSubnetGroup(DBSubnetGroup dBSubnetGroup)
Specifies information on the subnet group that is 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 that is associated with the DB instance, including the name,
description, and subnets in the subnet group.
|
DescribeDBSubnetGroupsResult |
DescribeDBSubnetGroupsResult.withDBSubnetGroups(DBSubnetGroup... dBSubnetGroups)
Detailed information about one or more DB subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBSubnetGroupsResult.setDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
Detailed information about one or more DB subnet groups.
|
DescribeDBSubnetGroupsResult |
DescribeDBSubnetGroupsResult.withDBSubnetGroups(Collection<DBSubnetGroup> dBSubnetGroups)
Detailed information about one or more DB subnet groups.
|
Copyright © 2019. All rights reserved.