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