| Package | Description |
|---|---|
| com.amazonaws.services.timestreaminfluxdb.model |
| Modifier and Type | Method and Description |
|---|---|
DbInstanceSummary |
DbInstanceSummary.clone() |
DbInstanceSummary |
DbInstanceSummary.withAllocatedStorage(Integer allocatedStorage)
The amount of storage to allocate for your DbStorageType in GiB (gibibytes).
|
DbInstanceSummary |
DbInstanceSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the DB instance.
|
DbInstanceSummary |
DbInstanceSummary.withDbInstanceType(DbInstanceType dbInstanceType)
The Timestream for InfluxDB instance type to run InfluxDB on.
|
DbInstanceSummary |
DbInstanceSummary.withDbInstanceType(String dbInstanceType)
The Timestream for InfluxDB instance type to run InfluxDB on.
|
DbInstanceSummary |
DbInstanceSummary.withDbStorageType(DbStorageType dbStorageType)
The storage type for your DB instance.
|
DbInstanceSummary |
DbInstanceSummary.withDbStorageType(String dbStorageType)
The storage type for your DB instance.
|
DbInstanceSummary |
DbInstanceSummary.withDeploymentType(DeploymentType deploymentType)
Single-Instance or with a MultiAZ Standby for High availability.
|
DbInstanceSummary |
DbInstanceSummary.withDeploymentType(String deploymentType)
Single-Instance or with a MultiAZ Standby for High availability.
|
DbInstanceSummary |
DbInstanceSummary.withEndpoint(String endpoint)
The endpoint used to connect to InfluxDB.
|
DbInstanceSummary |
DbInstanceSummary.withId(String id)
The service-generated unique identifier of the DB instance.
|
DbInstanceSummary |
DbInstanceSummary.withName(String name)
This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for
InfluxDB API and AWS CLI commands.
|
DbInstanceSummary |
DbInstanceSummary.withStatus(Status status)
The status of the DB instance.
|
DbInstanceSummary |
DbInstanceSummary.withStatus(String status)
The status of the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<DbInstanceSummary> |
ListDbInstancesResult.getItems()
A list of Timestream for InfluxDB DB instance summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListDbInstancesResult |
ListDbInstancesResult.withItems(DbInstanceSummary... items)
A list of Timestream for InfluxDB DB instance summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDbInstancesResult.setItems(Collection<DbInstanceSummary> items)
A list of Timestream for InfluxDB DB instance summaries.
|
ListDbInstancesResult |
ListDbInstancesResult.withItems(Collection<DbInstanceSummary> items)
A list of Timestream for InfluxDB DB instance summaries.
|
Copyright © 2025. All rights reserved.