| 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 |
|---|---|
CreateDbInstanceResult |
AWSTimestreamInfluxDBClient.createDbInstance(CreateDbInstanceRequest request)
Creates a new Timestream for InfluxDB DB instance.
|
CreateDbInstanceResult |
AbstractAWSTimestreamInfluxDB.createDbInstance(CreateDbInstanceRequest request) |
CreateDbInstanceResult |
AWSTimestreamInfluxDB.createDbInstance(CreateDbInstanceRequest createDbInstanceRequest)
Creates a new Timestream for InfluxDB DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDbInstanceResult> |
AWSTimestreamInfluxDBAsyncClient.createDbInstanceAsync(CreateDbInstanceRequest request,
AsyncHandler<CreateDbInstanceRequest,CreateDbInstanceResult> asyncHandler) |
Future<CreateDbInstanceResult> |
AbstractAWSTimestreamInfluxDBAsync.createDbInstanceAsync(CreateDbInstanceRequest request,
AsyncHandler<CreateDbInstanceRequest,CreateDbInstanceResult> asyncHandler) |
Future<CreateDbInstanceResult> |
AWSTimestreamInfluxDBAsync.createDbInstanceAsync(CreateDbInstanceRequest createDbInstanceRequest,
AsyncHandler<CreateDbInstanceRequest,CreateDbInstanceResult> asyncHandler)
Creates a new Timestream for InfluxDB DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDbInstanceResult |
CreateDbInstanceResult.clone() |
CreateDbInstanceResult |
CreateDbInstanceResult.withAllocatedStorage(Integer allocatedStorage)
The amount of storage allocated for your DB storage type (in gibibytes).
|
CreateDbInstanceResult |
CreateDbInstanceResult.withArn(String arn)
The Amazon Resource Name (ARN) of the DB instance.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the DB instance resides.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withDbInstanceType(DbInstanceType dbInstanceType)
The Timestream for InfluxDB instance type that InfluxDB runs on.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withDbInstanceType(String dbInstanceType)
The Timestream for InfluxDB instance type that InfluxDB runs on.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withDbParameterGroupIdentifier(String dbParameterGroupIdentifier)
The id of the DB parameter group assigned to your DB instance.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withDbStorageType(DbStorageType dbStorageType)
The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withDbStorageType(String dbStorageType)
The Timestream for InfluxDB DB storage type that InfluxDB stores data on.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withDeploymentType(DeploymentType deploymentType)
Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High
availability.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withDeploymentType(String deploymentType)
Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High
availability.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withEndpoint(String endpoint)
The endpoint used to connect to InfluxDB.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withId(String id)
A service-generated unique identifier.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withInfluxAuthParametersSecretArn(String influxAuthParametersSecretArn)
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the initial InfluxDB authorization
parameters.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withLogDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)
Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
|
CreateDbInstanceResult |
CreateDbInstanceResult.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.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withPubliclyAccessible(Boolean publiclyAccessible)
Indicates if the DB instance has a public IP to facilitate access.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withSecondaryAvailabilityZone(String secondaryAvailabilityZone)
The Availability Zone in which the standby instance is located when deploying with a MultiAZ standby instance.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withStatus(Status status)
The status of the DB instance.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withStatus(String status)
The status of the DB instance.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of VPC security group IDs associated with the DB instance.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of VPC security group IDs associated with the DB instance.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withVpcSubnetIds(Collection<String> vpcSubnetIds)
A list of VPC subnet IDs associated with the DB instance.
|
CreateDbInstanceResult |
CreateDbInstanceResult.withVpcSubnetIds(String... vpcSubnetIds)
A list of VPC subnet IDs associated with the DB instance.
|
Copyright © 2025. All rights reserved.