| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBShardGroup |
DBShardGroup.clone() |
DBShardGroup |
DBShardGroup.withComputeRedundancy(Integer computeRedundancy)
Specifies whether to create standby instances for the DB shard group.
|
DBShardGroup |
DBShardGroup.withDBClusterIdentifier(String dBClusterIdentifier)
The name of the primary DB cluster for the DB shard group.
|
DBShardGroup |
DBShardGroup.withDBShardGroupIdentifier(String dBShardGroupIdentifier)
The name of the DB shard group.
|
DBShardGroup |
DBShardGroup.withDBShardGroupResourceId(String dBShardGroupResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB shard group.
|
DBShardGroup |
DBShardGroup.withEndpoint(String endpoint)
The connection endpoint for the DB shard group.
|
DBShardGroup |
DBShardGroup.withMaxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).
|
DBShardGroup |
DBShardGroup.withPubliclyAccessible(Boolean publiclyAccessible)
Indicates whether the DB shard group is publicly accessible.
|
DBShardGroup |
DBShardGroup.withStatus(String status)
The status of the DB shard group.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBShardGroup> |
DescribeDBShardGroupsResult.getDBShardGroups()
Contains a list of DB shard groups for the user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBShardGroupsResult |
DescribeDBShardGroupsResult.withDBShardGroups(DBShardGroup... dBShardGroups)
Contains a list of DB shard groups for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBShardGroupsResult.setDBShardGroups(Collection<DBShardGroup> dBShardGroups)
Contains a list of DB shard groups for the user.
|
DescribeDBShardGroupsResult |
DescribeDBShardGroupsResult.withDBShardGroups(Collection<DBShardGroup> dBShardGroups)
Contains a list of DB shard groups for the user.
|
Copyright © 2024. All rights reserved.