| Package | Description |
|---|---|
| com.amazonaws.services.timestreaminfluxdb |
Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers
and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open-source APIs.
|
| com.amazonaws.services.timestreaminfluxdb.model |
| Modifier and Type | Method and Description |
|---|---|
GetDbInstanceResult |
AWSTimestreamInfluxDBClient.getDbInstance(GetDbInstanceRequest request)
Returns a Timestream for InfluxDB DB instance.
|
GetDbInstanceResult |
AbstractAWSTimestreamInfluxDB.getDbInstance(GetDbInstanceRequest request) |
GetDbInstanceResult |
AWSTimestreamInfluxDB.getDbInstance(GetDbInstanceRequest getDbInstanceRequest)
Returns a Timestream for InfluxDB DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDbInstanceResult> |
AWSTimestreamInfluxDBAsyncClient.getDbInstanceAsync(GetDbInstanceRequest request,
AsyncHandler<GetDbInstanceRequest,GetDbInstanceResult> asyncHandler) |
Future<GetDbInstanceResult> |
AbstractAWSTimestreamInfluxDBAsync.getDbInstanceAsync(GetDbInstanceRequest request,
AsyncHandler<GetDbInstanceRequest,GetDbInstanceResult> asyncHandler) |
Future<GetDbInstanceResult> |
AWSTimestreamInfluxDBAsync.getDbInstanceAsync(GetDbInstanceRequest getDbInstanceRequest,
AsyncHandler<GetDbInstanceRequest,GetDbInstanceResult> asyncHandler)
Returns a Timestream for InfluxDB DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
GetDbInstanceResult |
GetDbInstanceResult.clone() |
GetDbInstanceResult |
GetDbInstanceResult.withAllocatedStorage(Integer allocatedStorage)
The amount of storage allocated for your DB storage type (in gibibytes).
|
GetDbInstanceResult |
GetDbInstanceResult.withArn(String arn)
The Amazon Resource Name (ARN) of the DB instance.
|
GetDbInstanceResult |
GetDbInstanceResult.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the DB instance resides.
|
GetDbInstanceResult |
GetDbInstanceResult.withDbInstanceType(DbInstanceType dbInstanceType)
The Timestream for InfluxDB instance type that InfluxDB runs on.
|
GetDbInstanceResult |
GetDbInstanceResult.withDbInstanceType(String dbInstanceType)
The Timestream for InfluxDB instance type that InfluxDB runs on.
|
GetDbInstanceResult |
GetDbInstanceResult.withDbParameterGroupIdentifier(String dbParameterGroupIdentifier)
The id of the DB parameter group assigned to your DB instance.
|
GetDbInstanceResult |
GetDbInstanceResult.withDbStorageType(DbStorageType dbStorageType)
The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
|
GetDbInstanceResult |
GetDbInstanceResult.withDbStorageType(String dbStorageType)
The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
|
GetDbInstanceResult |
GetDbInstanceResult.withDeploymentType(DeploymentType deploymentType)
Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High
availability.
|
GetDbInstanceResult |
GetDbInstanceResult.withDeploymentType(String deploymentType)
Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High
availability.
|
GetDbInstanceResult |
GetDbInstanceResult.withEndpoint(String endpoint)
The endpoint used to connect to InfluxDB.
|
GetDbInstanceResult |
GetDbInstanceResult.withId(String id)
A service-generated unique identifier.
|
GetDbInstanceResult |
GetDbInstanceResult.withInfluxAuthParametersSecretArn(String influxAuthParametersSecretArn)
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization
parameters.
|
GetDbInstanceResult |
GetDbInstanceResult.withLogDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)
Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
|
GetDbInstanceResult |
GetDbInstanceResult.withName(String name)
The customer-supplied name that uniquely identifies the DB instance when interacting with the Amazon Timestream
for InfluxDB API and CLI commands.
|
GetDbInstanceResult |
GetDbInstanceResult.withPubliclyAccessible(Boolean publiclyAccessible)
Indicates if the DB instance has a public IP to facilitate access.
|
GetDbInstanceResult |
GetDbInstanceResult.withSecondaryAvailabilityZone(String secondaryAvailabilityZone)
The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.
|
GetDbInstanceResult |
GetDbInstanceResult.withStatus(Status status)
The status of the DB instance.
|
GetDbInstanceResult |
GetDbInstanceResult.withStatus(String status)
The status of the DB instance.
|
GetDbInstanceResult |
GetDbInstanceResult.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of VPC security group IDs associated with the DB instance.
|
GetDbInstanceResult |
GetDbInstanceResult.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of VPC security group IDs associated with the DB instance.
|
GetDbInstanceResult |
GetDbInstanceResult.withVpcSubnetIds(Collection<String> vpcSubnetIds)
A list of VPC subnet IDs associated with the DB instance.
|
GetDbInstanceResult |
GetDbInstanceResult.withVpcSubnetIds(String... vpcSubnetIds)
A list of VPC subnet IDs associated with the DB instance.
|
Copyright © 2025. All rights reserved.