| 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 |
|---|---|
CreateDbParameterGroupResult |
AWSTimestreamInfluxDBClient.createDbParameterGroup(CreateDbParameterGroupRequest request)
Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.
|
CreateDbParameterGroupResult |
AbstractAWSTimestreamInfluxDB.createDbParameterGroup(CreateDbParameterGroupRequest request) |
CreateDbParameterGroupResult |
AWSTimestreamInfluxDB.createDbParameterGroup(CreateDbParameterGroupRequest createDbParameterGroupRequest)
Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDbParameterGroupResult> |
AWSTimestreamInfluxDBAsyncClient.createDbParameterGroupAsync(CreateDbParameterGroupRequest request,
AsyncHandler<CreateDbParameterGroupRequest,CreateDbParameterGroupResult> asyncHandler) |
Future<CreateDbParameterGroupResult> |
AbstractAWSTimestreamInfluxDBAsync.createDbParameterGroupAsync(CreateDbParameterGroupRequest request,
AsyncHandler<CreateDbParameterGroupRequest,CreateDbParameterGroupResult> asyncHandler) |
Future<CreateDbParameterGroupResult> |
AWSTimestreamInfluxDBAsync.createDbParameterGroupAsync(CreateDbParameterGroupRequest createDbParameterGroupRequest,
AsyncHandler<CreateDbParameterGroupRequest,CreateDbParameterGroupResult> asyncHandler)
Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDbParameterGroupResult |
CreateDbParameterGroupResult.clone() |
CreateDbParameterGroupResult |
CreateDbParameterGroupResult.withArn(String arn)
The Amazon Resource Name (ARM) of the DB parameter group.
|
CreateDbParameterGroupResult |
CreateDbParameterGroupResult.withDescription(String description)
The description of the DB parameter group.
|
CreateDbParameterGroupResult |
CreateDbParameterGroupResult.withId(String id)
A service-generated unique identifier.
|
CreateDbParameterGroupResult |
CreateDbParameterGroupResult.withName(String name)
The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon
Timestream for InfluxDB API and CLI commands.
|
CreateDbParameterGroupResult |
CreateDbParameterGroupResult.withParameters(Parameters parameters)
A list of the parameters that comprise the DB parameter group.
|
Copyright © 2025. All rights reserved.