- cachePeriodInMinutes(Long) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Endpoint.Builder
-
The TTL for the endpoint, in minutes.
- cachePeriodInMinutes() - Method in class software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
The TTL for the endpoint, in minutes.
- cancellationMessage(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse.Builder
-
A CancellationMessage is returned when a CancelQuery request for the query
specified by QueryId has already been issued.
- cancellationMessage() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse
-
A CancellationMessage is returned when a CancelQuery request for the query specified by
QueryId has already been issued.
- cancelQuery(CancelQueryRequest) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
Cancels a query that has been issued.
- cancelQuery(Consumer<CancelQueryRequest.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
Cancels a query that has been issued.
- cancelQuery(CancelQueryRequest) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
Cancels a query that has been issued.
- cancelQuery(Consumer<CancelQueryRequest.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
Cancels a query that has been issued.
- CancelQueryRequest - Class in software.amazon.awssdk.services.timestreamquery.model
-
- CancelQueryRequest.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- CancelQueryRequestMarshaller - Class in software.amazon.awssdk.services.timestreamquery.transform
-
- CancelQueryRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.timestreamquery.transform.CancelQueryRequestMarshaller
-
- CancelQueryResponse - Class in software.amazon.awssdk.services.timestreamquery.model
-
- CancelQueryResponse.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.AccessDeniedException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ConflictException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.InternalServerException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.InvalidEndpointException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryExecutionException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ResourceNotFoundException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ServiceQuotaExceededException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ThrottlingException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ValidationException.Builder
-
- clientToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same
request repeatedly will produce the same result.
- clientToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request
repeatedly will produce the same result.
- clientToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest.Builder
-
Not used.
- clientToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
Not used.
- clientToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryRequest.Builder
-
Unique, case-sensitive string of up to 64 ASCII characters specified when a Query request is
made.
- clientToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
Unique, case-sensitive string of up to 64 ASCII characters specified when a Query request is made.
- ColumnInfo - Class in software.amazon.awssdk.services.timestreamquery.model
-
Contains the metadata for query results such as the column names, data types, and other attributes.
- columnInfo(Collection<ColumnInfo>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryResponse.Builder
-
The column data types of the returned result set.
- columnInfo(ColumnInfo...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryResponse.Builder
-
The column data types of the returned result set.
- columnInfo(Consumer<ColumnInfo.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryResponse.Builder
-
The column data types of the returned result set.
- columnInfo() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
The column data types of the returned result set.
- ColumnInfo.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- columns(Collection<SelectColumn>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse.Builder
-
A list of SELECT clause columns of the submitted query string.
- columns(SelectColumn...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse.Builder
-
A list of SELECT clause columns of the submitted query string.
- columns(Consumer<SelectColumn.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse.Builder
-
A list of SELECT clause columns of the submitted query string.
- columns() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
A list of SELECT clause columns of the submitted query string.
- ConflictException - Exception in software.amazon.awssdk.services.timestreamquery.model
-
Unable to poll results for a cancelled query.
- ConflictException.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponseMetadata
-
- create() - Static method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
- create() - Static method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
- createScheduledQuery(CreateScheduledQueryRequest) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
Create a scheduled query that will be run on your behalf at the configured schedule.
- createScheduledQuery(Consumer<CreateScheduledQueryRequest.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
Create a scheduled query that will be run on your behalf at the configured schedule.
- createScheduledQuery(CreateScheduledQueryRequest) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
Create a scheduled query that will be run on your behalf at the configured schedule.
- createScheduledQuery(Consumer<CreateScheduledQueryRequest.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
Create a scheduled query that will be run on your behalf at the configured schedule.
- CreateScheduledQueryRequest - Class in software.amazon.awssdk.services.timestreamquery.model
-
- CreateScheduledQueryRequest.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- CreateScheduledQueryRequestMarshaller - Class in software.amazon.awssdk.services.timestreamquery.transform
-
- CreateScheduledQueryRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.timestreamquery.transform.CreateScheduledQueryRequestMarshaller
-
- CreateScheduledQueryResponse - Class in software.amazon.awssdk.services.timestreamquery.model
-
- CreateScheduledQueryResponse.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- creationTime(Instant) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
The creation time of the scheduled query.
- creationTime() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
The creation time of the scheduled query.
- creationTime(Instant) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Creation time of the scheduled query.
- creationTime() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
Creation time of the scheduled query.
- cumulativeBytesMetered(Long) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryStatus.Builder
-
The amount of data scanned by the query in bytes that you will be charged for.
- cumulativeBytesMetered() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
The amount of data scanned by the query in bytes that you will be charged for.
- cumulativeBytesScanned(Long) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryStatus.Builder
-
The amount of data scanned by the query in bytes.
- cumulativeBytesScanned() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
The amount of data scanned by the query in bytes.
- encryptionOption(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.S3Configuration.Builder
-
Encryption at rest options for the error reports.
- encryptionOption(S3EncryptionOption) - Method in interface software.amazon.awssdk.services.timestreamquery.model.S3Configuration.Builder
-
Encryption at rest options for the error reports.
- encryptionOption() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
Encryption at rest options for the error reports.
- encryptionOptionAsString() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
Encryption at rest options for the error reports.
- Endpoint - Class in software.amazon.awssdk.services.timestreamquery.model
-
Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.
- Endpoint.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- endpointDiscoveryEnabled(boolean) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryBaseClientBuilder
-
- endpoints(Collection<Endpoint>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse.Builder
-
An Endpoints object is returned when a DescribeEndpoints request is made.
- endpoints(Endpoint...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse.Builder
-
An Endpoints object is returned when a DescribeEndpoints request is made.
- endpoints(Consumer<Endpoint.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse.Builder
-
An Endpoints object is returned when a DescribeEndpoints request is made.
- endpoints() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
An Endpoints object is returned when a DescribeEndpoints request is made.
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Row
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.S3ReportLocation
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Tag
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceResponse
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Row
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.S3ReportLocation
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Tag
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceResponse
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryResponse
-
- errorReportConfiguration(ErrorReportConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
Configuration for error reporting.
- errorReportConfiguration(Consumer<ErrorReportConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
Configuration for error reporting.
- errorReportConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
Configuration for error reporting.
- ErrorReportConfiguration - Class in software.amazon.awssdk.services.timestreamquery.model
-
Configuration required for error reporting.
- errorReportConfiguration(ErrorReportConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
Configuration for scheduled query error reporting.
- errorReportConfiguration(Consumer<ErrorReportConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
Configuration for scheduled query error reporting.
- errorReportConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
Configuration for scheduled query error reporting.
- errorReportConfiguration(ErrorReportConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Error-reporting configuration for the scheduled query.
- errorReportConfiguration(Consumer<ErrorReportConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Error-reporting configuration for the scheduled query.
- errorReportConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
Error-reporting configuration for the scheduled query.
- ErrorReportConfiguration.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- ErrorReportLocation - Class in software.amazon.awssdk.services.timestreamquery.model
-
This contains the location of the error report for a single scheduled query call.
- errorReportLocation(ErrorReportLocation) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary.Builder
-
S3 location for error report.
- errorReportLocation(Consumer<ErrorReportLocation.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary.Builder
-
S3 location for error report.
- errorReportLocation() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
S3 location for error report.
- ErrorReportLocation.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- executeScheduledQuery(ExecuteScheduledQueryRequest) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
You can use this API to run a scheduled query manually.
- executeScheduledQuery(Consumer<ExecuteScheduledQueryRequest.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
You can use this API to run a scheduled query manually.
- executeScheduledQuery(ExecuteScheduledQueryRequest) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
You can use this API to run a scheduled query manually.
- executeScheduledQuery(Consumer<ExecuteScheduledQueryRequest.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
You can use this API to run a scheduled query manually.
- ExecuteScheduledQueryRequest - Class in software.amazon.awssdk.services.timestreamquery.model
-
- ExecuteScheduledQueryRequest.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- ExecuteScheduledQueryRequestMarshaller - Class in software.amazon.awssdk.services.timestreamquery.transform
-
- ExecuteScheduledQueryRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.timestreamquery.transform.ExecuteScheduledQueryRequestMarshaller
-
- ExecuteScheduledQueryResponse - Class in software.amazon.awssdk.services.timestreamquery.model
-
- ExecuteScheduledQueryResponse.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- ExecutionStats - Class in software.amazon.awssdk.services.timestreamquery.model
-
Statistics for a single scheduled query run.
- executionStats(ExecutionStats) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary.Builder
-
Runtime statistics for a scheduled run.
- executionStats(Consumer<ExecutionStats.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary.Builder
-
Runtime statistics for a scheduled run.
- executionStats() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
Runtime statistics for a scheduled run.
- ExecutionStats.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- executionTimeInMillis(Long) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ExecutionStats.Builder
-
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
- executionTimeInMillis() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
- hasArrayValue() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
For responses, this returns true if the service returned a value for the ArrayValue property.
- hasColumnInfo() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
For responses, this returns true if the service returned a value for the ColumnInfo property.
- hasColumns() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
For responses, this returns true if the service returned a value for the Columns property.
- hasData() - Method in class software.amazon.awssdk.services.timestreamquery.model.Row
-
For responses, this returns true if the service returned a value for the Data property.
- hasDimensionMappings() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
For responses, this returns true if the service returned a value for the DimensionMappings property.
- hasEndpoints() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
For responses, this returns true if the service returned a value for the Endpoints property.
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.Row
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3ReportLocation
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.Tag
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryResponse
-
- hasMixedMeasureMappings() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
For responses, this returns true if the service returned a value for the MixedMeasureMappings property.
- hasMultiMeasureAttributeMappings() - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
For responses, this returns true if the service returned a value for the MultiMeasureAttributeMappings property.
- hasMultiMeasureAttributeMappings() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
For responses, this returns true if the service returned a value for the MultiMeasureAttributeMappings property.
- hasParameters() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
For responses, this returns true if the service returned a value for the Parameters property.
- hasRecentlyFailedRuns() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
For responses, this returns true if the service returned a value for the RecentlyFailedRuns property.
- hasRowColumnInfo() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
For responses, this returns true if the service returned a value for the RowColumnInfo property.
- hasRows() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
For responses, this returns true if the service returned a value for the Rows property.
- hasScheduledQueries() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
For responses, this returns true if the service returned a value for the ScheduledQueries property.
- hasTagKeys() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
For responses, this returns true if the service returned a value for the TagKeys property.
- hasTags() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTimeSeriesValue() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
For responses, this returns true if the service returned a value for the TimeSeriesValue property.
- name(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ColumnInfo.Builder
-
The name of the result set column.
- name() - Method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
The name of the result set column.
- name(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
Name of the scheduled query.
- name() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
Name of the scheduled query.
- name(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.DimensionMapping.Builder
-
Column name from query result.
- name() - Method in class software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
Column name from query result.
- name(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ParameterMapping.Builder
-
Parameter name.
- name() - Method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
Parameter name.
- name(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
The name of the scheduled query.
- name() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
The name of the scheduled query.
- name(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Name of the scheduled query.
- name() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
Name of the scheduled query.
- name(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.SelectColumn.Builder
-
Name of the column.
- name() - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
Name of the column.
- nextInvocationTime(Instant) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
The next time the scheduled query is to be run.
- nextInvocationTime() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
The next time the scheduled query is to be run.
- nextInvocationTime(Instant) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
The next time the scheduled query is scheduled to run.
- nextInvocationTime() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
The next time the scheduled query is scheduled to run.
- nextToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest.Builder
-
A pagination token to resume pagination.
- nextToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest
-
A pagination token to resume pagination.
- nextToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse.Builder
-
A token to specify where to start paginating.
- nextToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
A token to specify where to start paginating.
- nextToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest.Builder
-
A pagination token to resume pagination.
- nextToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
A pagination token to resume pagination.
- nextToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse.Builder
-
A pagination token to resume pagination with a subsequent call to ListTagsForResourceResponse.
- nextToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
A pagination token to resume pagination with a subsequent call to ListTagsForResourceResponse.
- nextToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryRequest.Builder
-
A pagination token used to return a set of results.
- nextToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
A pagination token used to return a set of results.
- nextToken(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryResponse.Builder
-
A pagination token that can be used again on a Query call to get the next set of results.
- nextToken() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
A pagination token that can be used again on a Query call to get the next set of results.
- notificationConfiguration(NotificationConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
Notification configuration for the scheduled query.
- notificationConfiguration(Consumer<NotificationConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
Notification configuration for the scheduled query.
- notificationConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
Notification configuration for the scheduled query.
- NotificationConfiguration - Class in software.amazon.awssdk.services.timestreamquery.model
-
Notification configuration for a scheduled query.
- notificationConfiguration(NotificationConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Notification configuration.
- notificationConfiguration(Consumer<NotificationConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Notification configuration.
- notificationConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
Notification configuration.
- NotificationConfiguration.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- nullValue(Boolean) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Datum.Builder
-
Indicates if the data point is null.
- nullValue() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
Indicates if the data point is null.
- recentlyFailedRuns(Collection<ScheduledQueryRunSummary>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Runtime summary for the last five failed scheduled query runs.
- recentlyFailedRuns(ScheduledQueryRunSummary...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Runtime summary for the last five failed scheduled query runs.
- recentlyFailedRuns(Consumer<ScheduledQueryRunSummary.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Runtime summary for the last five failed scheduled query runs.
- recentlyFailedRuns() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
Runtime summary for the last five failed scheduled query runs.
- recordsIngested(Long) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ExecutionStats.Builder
-
The number of records ingested for a single scheduled query run.
- recordsIngested() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
The number of records ingested for a single scheduled query run.
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.AccessDeniedException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ConflictException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.InternalServerException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.InvalidEndpointException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryExecutionException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ResourceNotFoundException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ServiceQuotaExceededException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ThrottlingException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException.Builder
-
- requestId(String) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException.BuilderImpl
-
- requestId(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ValidationException.Builder
-
- resourceARN(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest.Builder
-
The Timestream resource with tags to be listed.
- resourceARN() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
The Timestream resource with tags to be listed.
- resourceARN(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest.Builder
-
Identifies the Timestream resource to which tags should be added.
- resourceARN() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
Identifies the Timestream resource to which tags should be added.
- resourceARN(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest.Builder
-
The Timestream resource that the tags will be removed from.
- resourceARN() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
The Timestream resource that the tags will be removed from.
- ResourceNotFoundException - Exception in software.amazon.awssdk.services.timestreamquery.model
-
The requested resource could not be found.
- ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- responseMetadata() - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse.Builder
-
- responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse.Builder
-
- responseMetadata() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse.BuilderImpl
-
- responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse.BuilderImpl
-
- responseMetadata() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse
-
- Row - Class in software.amazon.awssdk.services.timestreamquery.model
-
Represents a single row in the query results.
- Row.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- rowColumnInfo(Collection<ColumnInfo>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Type.Builder
-
Indicates if the column is a row.
- rowColumnInfo(ColumnInfo...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Type.Builder
-
Indicates if the column is a row.
- rowColumnInfo(Consumer<ColumnInfo.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Type.Builder
-
Indicates if the column is a row.
- rowColumnInfo() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
Indicates if the column is a row.
- rows(Collection<Row>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryResponse.Builder
-
The result set rows returned by the query.
- rows(Row...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryResponse.Builder
-
The result set rows returned by the query.
- rows(Consumer<Row.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryResponse.Builder
-
The result set rows returned by the query.
- rows() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
The result set rows returned by the query.
- rows() - Method in class software.amazon.awssdk.services.timestreamquery.paginators.QueryIterable
-
- rows() - Method in class software.amazon.awssdk.services.timestreamquery.paginators.QueryPublisher
-
Returns a publisher that can be used to get a stream of data.
- rowValue(Row) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Datum.Builder
-
Indicates if the data point is a row.
- rowValue(Consumer<Row.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Datum.Builder
-
Indicates if the data point is a row.
- rowValue() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
Indicates if the data point is a row.
- runStatus(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary.Builder
-
The status of a scheduled query run.
- runStatus(ScheduledQueryRunStatus) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary.Builder
-
The status of a scheduled query run.
- runStatus() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
The status of a scheduled query run.
- runStatusAsString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
The status of a scheduled query run.
- s3Configuration(S3Configuration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration.Builder
-
The S3 configuration for the error reports.
- s3Configuration(Consumer<S3Configuration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration.Builder
-
The S3 configuration for the error reports.
- s3Configuration() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration
-
The S3 configuration for the error reports.
- S3Configuration - Class in software.amazon.awssdk.services.timestreamquery.model
-
Details on S3 location for error reports that result from running a query.
- S3Configuration.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- S3EncryptionOption - Enum in software.amazon.awssdk.services.timestreamquery.model
-
- s3ReportLocation(S3ReportLocation) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation.Builder
-
The S3 location where error reports are written.
- s3ReportLocation(Consumer<S3ReportLocation.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation.Builder
-
The S3 location where error reports are written.
- s3ReportLocation() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation
-
The S3 location where error reports are written.
- S3ReportLocation - Class in software.amazon.awssdk.services.timestreamquery.model
-
S3 report location for the scheduled query run.
- S3ReportLocation.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- ScalarMeasureValueType - Enum in software.amazon.awssdk.services.timestreamquery.model
-
- ScalarType - Enum in software.amazon.awssdk.services.timestreamquery.model
-
- scalarType(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Type.Builder
-
Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
- scalarType(ScalarType) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Type.Builder
-
Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
- scalarType() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
- scalarTypeAsString() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
- scalarValue(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Datum.Builder
-
Indicates if the data point is a scalar value such as integer, string, double, or Boolean.
- scalarValue() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
Indicates if the data point is a scalar value such as integer, string, double, or Boolean.
- scheduleConfiguration(ScheduleConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
The schedule configuration for the query.
- scheduleConfiguration(Consumer<ScheduleConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
The schedule configuration for the query.
- scheduleConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
The schedule configuration for the query.
- ScheduleConfiguration - Class in software.amazon.awssdk.services.timestreamquery.model
-
Configuration of the schedule of the query.
- scheduleConfiguration(ScheduleConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Schedule configuration.
- scheduleConfiguration(Consumer<ScheduleConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Schedule configuration.
- scheduleConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
Schedule configuration.
- ScheduleConfiguration.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- scheduledQueries(Collection<ScheduledQuery>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse.Builder
-
A list of scheduled queries.
- scheduledQueries(ScheduledQuery...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse.Builder
-
A list of scheduled queries.
- scheduledQueries(Consumer<ScheduledQuery.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse.Builder
-
A list of scheduled queries.
- scheduledQueries() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
A list of scheduled queries.
- scheduledQueries() - Method in class software.amazon.awssdk.services.timestreamquery.paginators.ListScheduledQueriesIterable
-
- scheduledQueries() - Method in class software.amazon.awssdk.services.timestreamquery.paginators.ListScheduledQueriesPublisher
-
Returns a publisher that can be used to get a stream of data.
- scheduledQuery(ScheduledQueryDescription) - Method in interface software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse.Builder
-
The scheduled query.
- scheduledQuery(Consumer<ScheduledQueryDescription.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse.Builder
-
The scheduled query.
- scheduledQuery() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse
-
The scheduled query.
- ScheduledQuery - Class in software.amazon.awssdk.services.timestreamquery.model
-
Scheduled Query
- ScheduledQuery.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- scheduledQueryArn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest.Builder
-
The ARN of the scheduled query.
- scheduledQueryArn() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest
-
The ARN of the scheduled query.
- scheduledQueryArn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest.Builder
-
The ARN of the scheduled query.
- scheduledQueryArn() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest
-
The ARN of the scheduled query.
- scheduledQueryArn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest.Builder
-
ARN of the scheduled query.
- scheduledQueryArn() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
ARN of the scheduled query.
- scheduledQueryArn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ResourceNotFoundException.Builder
-
The ARN of the scheduled query.
- scheduledQueryArn() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ResourceNotFoundException
-
The ARN of the scheduled query.
- scheduledQueryArn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest.Builder
-
ARN of the scheuled query.
- scheduledQueryArn() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
ARN of the scheuled query.
- ScheduledQueryDescription - Class in software.amazon.awssdk.services.timestreamquery.model
-
Structure that describes scheduled query.
- ScheduledQueryDescription.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- scheduledQueryExecutionRoleArn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
The ARN for the IAM role that Timestream will assume when running the scheduled query.
- scheduledQueryExecutionRoleArn() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
The ARN for the IAM role that Timestream will assume when running the scheduled query.
- scheduledQueryExecutionRoleArn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
IAM role that Timestream uses to run the schedule query.
- scheduledQueryExecutionRoleArn() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
IAM role that Timestream uses to run the schedule query.
- ScheduledQueryRunStatus - Enum in software.amazon.awssdk.services.timestreamquery.model
-
- ScheduledQueryRunSummary - Class in software.amazon.awssdk.services.timestreamquery.model
-
Run summary for the scheduled query
- ScheduledQueryRunSummary.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- ScheduledQueryState - Enum in software.amazon.awssdk.services.timestreamquery.model
-
- scheduleExpression(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration.Builder
-
An expression that denotes when to trigger the scheduled query run.
- scheduleExpression() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration
-
An expression that denotes when to trigger the scheduled query run.
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.AccessDeniedException
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ConflictException
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.InternalServerException
-
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.InvalidEndpointException
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.QueryExecutionException
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ResourceNotFoundException
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.Row
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3ReportLocation
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ServiceQuotaExceededException
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.Tag
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ThrottlingException
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryResponse
-
- sdkFields() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ValidationException
-
- SelectColumn - Class in software.amazon.awssdk.services.timestreamquery.model
-
Details of the column that is returned by the query.
- SelectColumn.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.AccessDeniedException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.ConflictException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.InternalServerException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.InvalidEndpointException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.QueryExecutionException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.ResourceNotFoundException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.Row
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.S3ReportLocation
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.ServiceQuotaExceededException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.Tag
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.ThrottlingException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.timestreamquery.model.ValidationException
-
- SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
- SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
- SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
- SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
- serviceMetadata() - Static method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
- ServiceQuotaExceededException - Exception in software.amazon.awssdk.services.timestreamquery.model
-
You have exceeded the service quota.
- ServiceQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- snsConfiguration(SnsConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration.Builder
-
Details on SNS configuration.
- snsConfiguration(Consumer<SnsConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration.Builder
-
Details on SNS configuration.
- snsConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration
-
Details on SNS configuration.
- SnsConfiguration - Class in software.amazon.awssdk.services.timestreamquery.model
-
Details on SNS that are required to send the notification.
- SnsConfiguration.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- software.amazon.awssdk.services.timestreamquery - package software.amazon.awssdk.services.timestreamquery
-
- software.amazon.awssdk.services.timestreamquery.internal - package software.amazon.awssdk.services.timestreamquery.internal
-
- software.amazon.awssdk.services.timestreamquery.model - package software.amazon.awssdk.services.timestreamquery.model
-
- software.amazon.awssdk.services.timestreamquery.paginators - package software.amazon.awssdk.services.timestreamquery.paginators
-
- software.amazon.awssdk.services.timestreamquery.transform - package software.amazon.awssdk.services.timestreamquery.transform
-
- sourceColumn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping.Builder
-
This field refers to the source column from which measure-value is to be read for result materialization.
- sourceColumn() - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
This field refers to the source column from which measure-value is to be read for result materialization.
- sourceColumn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping.Builder
-
Source column from where the attribute value is to be read.
- sourceColumn() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
Source column from where the attribute value is to be read.
- state(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
State of scheduled query.
- state(ScheduledQueryState) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
State of scheduled query.
- state() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
State of scheduled query.
- state(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
State of the scheduled query.
- state(ScheduledQueryState) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
State of the scheduled query.
- state() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
State of the scheduled query.
- state(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest.Builder
-
State of the scheduled query.
- state(ScheduledQueryState) - Method in interface software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest.Builder
-
State of the scheduled query.
- state() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
State of the scheduled query.
- stateAsString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
State of scheduled query.
- stateAsString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
State of the scheduled query.
- stateAsString() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
State of the scheduled query.
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.AccessDeniedException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ConflictException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.InternalServerException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.InvalidEndpointException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.QueryExecutionException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ResourceNotFoundException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ServiceQuotaExceededException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ThrottlingException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException.Builder
-
- statusCode(int) - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException.BuilderImpl
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ValidationException.Builder
-
- subscribe(Subscriber<? super ListScheduledQueriesResponse>) - Method in class software.amazon.awssdk.services.timestreamquery.paginators.ListScheduledQueriesPublisher
-
- subscribe(Subscriber<? super ListTagsForResourceResponse>) - Method in class software.amazon.awssdk.services.timestreamquery.paginators.ListTagsForResourcePublisher
-
- subscribe(Subscriber<? super QueryResponse>) - Method in class software.amazon.awssdk.services.timestreamquery.paginators.QueryPublisher
-
- tableName(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.SelectColumn.Builder
-
Table within the database that has this column.
- tableName() - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
Table within the database that has this column.
- tableName(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration.Builder
-
Name of Timestream table that the query result will be written to.
- tableName() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
Name of Timestream table that the query result will be written to.
- tableName(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination.Builder
-
Timestream table name.
- tableName() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination
-
Timestream table name.
- Tag - Class in software.amazon.awssdk.services.timestreamquery.model
-
A tag is a label that you assign to a Timestream database and/or table.
- Tag.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest.Builder
-
A list of tags keys.
- tagKeys(String...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest.Builder
-
A list of tags keys.
- tagKeys() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
A list of tags keys.
- tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
Associate a set of tags with a Timestream resource.
- tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
Associate a set of tags with a Timestream resource.
- tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
Associate a set of tags with a Timestream resource.
- tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
Associate a set of tags with a Timestream resource.
- TagResourceRequest - Class in software.amazon.awssdk.services.timestreamquery.model
-
- TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.timestreamquery.transform
-
- TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.timestreamquery.transform.TagResourceRequestMarshaller
-
- TagResourceResponse - Class in software.amazon.awssdk.services.timestreamquery.model
-
- TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
A list of key-value pairs to label the scheduled query.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
A list of key-value pairs to label the scheduled query.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
A list of key-value pairs to label the scheduled query.
- tags() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
A list of key-value pairs to label the scheduled query.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse.Builder
-
The tags currently associated with the Timestream resource.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse.Builder
-
The tags currently associated with the Timestream resource.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse.Builder
-
The tags currently associated with the Timestream resource.
- tags() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
The tags currently associated with the Timestream resource.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest.Builder
-
The tags to be assigned to the Timestream resource.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest.Builder
-
The tags to be assigned to the Timestream resource.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest.Builder
-
The tags to be assigned to the Timestream resource.
- tags() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
The tags to be assigned to the Timestream resource.
- tags() - Method in class software.amazon.awssdk.services.timestreamquery.paginators.ListTagsForResourceIterable
-
- tags() - Method in class software.amazon.awssdk.services.timestreamquery.paginators.ListTagsForResourcePublisher
-
Returns a publisher that can be used to get a stream of data.
- targetConfiguration(TargetConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
Configuration used for writing the result of a query.
- targetConfiguration(Consumer<TargetConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest.Builder
-
Configuration used for writing the result of a query.
- targetConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
Configuration used for writing the result of a query.
- targetConfiguration(TargetConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Scheduled query target store configuration.
- targetConfiguration(Consumer<TargetConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription.Builder
-
Scheduled query target store configuration.
- targetConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
Scheduled query target store configuration.
- TargetConfiguration - Class in software.amazon.awssdk.services.timestreamquery.model
-
Configuration used for writing the output of a query.
- TargetConfiguration.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- targetDestination(TargetDestination) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
Target data source where final scheduled query result will be written.
- targetDestination(Consumer<TargetDestination.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery.Builder
-
Target data source where final scheduled query result will be written.
- targetDestination() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
Target data source where final scheduled query result will be written.
- TargetDestination - Class in software.amazon.awssdk.services.timestreamquery.model
-
Destination details to write data for a target data source.
- TargetDestination.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- targetMeasureName(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping.Builder
-
Target measure name to be used.
- targetMeasureName() - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
Target measure name to be used.
- targetMultiMeasureAttributeName(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping.Builder
-
Custom name to be used for attribute name in derived table.
- targetMultiMeasureAttributeName() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
Custom name to be used for attribute name in derived table.
- targetMultiMeasureName(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings.Builder
-
The name of the target multi-measure name in the derived table.
- targetMultiMeasureName() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
The name of the target multi-measure name in the derived table.
- ThrottlingException - Exception in software.amazon.awssdk.services.timestreamquery.model
-
The request was denied due to request throttling.
- ThrottlingException.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- time(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint.Builder
-
The timestamp when the measure value was collected.
- time() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
The timestamp when the measure value was collected.
- timeColumn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration.Builder
-
Column from query result that should be used as the time column in destination table.
- timeColumn() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
Column from query result that should be used as the time column in destination table.
- TimeSeriesDataPoint - Class in software.amazon.awssdk.services.timestreamquery.model
-
The timeseries data type represents the values of a measure over time.
- TimeSeriesDataPoint.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- timeSeriesMeasureValueColumnInfo(ColumnInfo) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Type.Builder
-
Indicates if the column is a timeseries data type.
- timeSeriesMeasureValueColumnInfo(Consumer<ColumnInfo.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Type.Builder
-
Indicates if the column is a timeseries data type.
- timeSeriesMeasureValueColumnInfo() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
Indicates if the column is a timeseries data type.
- timeSeriesValue(Collection<TimeSeriesDataPoint>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Datum.Builder
-
Indicates if the data point is a timeseries data type.
- timeSeriesValue(TimeSeriesDataPoint...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Datum.Builder
-
Indicates if the data point is a timeseries data type.
- timeSeriesValue(Consumer<TimeSeriesDataPoint.Builder>...) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Datum.Builder
-
Indicates if the data point is a timeseries data type.
- timeSeriesValue() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
Indicates if the data point is a timeseries data type.
- timestreamConfiguration(TimestreamConfiguration) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration.Builder
-
Configuration needed to write data into the Timestream database and table.
- timestreamConfiguration(Consumer<TimestreamConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration.Builder
-
Configuration needed to write data into the Timestream database and table.
- timestreamConfiguration() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
Configuration needed to write data into the Timestream database and table.
- TimestreamConfiguration - Class in software.amazon.awssdk.services.timestreamquery.model
-
Configuration to write data into Timestream database and table.
- TimestreamConfiguration.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- timestreamDestination(TimestreamDestination) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TargetDestination.Builder
-
Query result destination details for Timestream data source.
- timestreamDestination(Consumer<TimestreamDestination.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TargetDestination.Builder
-
Query result destination details for Timestream data source.
- timestreamDestination() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
Query result destination details for Timestream data source.
- TimestreamDestination - Class in software.amazon.awssdk.services.timestreamquery.model
-
Destination for scheduled query.
- TimestreamDestination.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryAsyncClient - Interface in software.amazon.awssdk.services.timestreamquery
-
Service client for accessing Timestream Query asynchronously.
- TimestreamQueryAsyncClientBuilder - Interface in software.amazon.awssdk.services.timestreamquery
-
- TimestreamQueryBaseClientBuilder<B extends TimestreamQueryBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.timestreamquery
-
- TimestreamQueryClient - Interface in software.amazon.awssdk.services.timestreamquery
-
Service client for accessing Timestream Query.
- TimestreamQueryClientBuilder - Interface in software.amazon.awssdk.services.timestreamquery
-
- TimestreamQueryClientOption<T> - Class in software.amazon.awssdk.services.timestreamquery.internal
-
- TimestreamQueryException - Exception in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryException(TimestreamQueryException.Builder) - Constructor for exception software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException
-
- TimestreamQueryException.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryException.BuilderImpl - Class in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryRequest - Class in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryRequest(TimestreamQueryRequest.Builder) - Constructor for class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryRequest
-
- TimestreamQueryRequest.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryRequest.BuilderImpl - Class in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryResponse - Class in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryResponse(TimestreamQueryResponse.Builder) - Constructor for class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryResponse
-
- TimestreamQueryResponse.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryResponse.BuilderImpl - Class in software.amazon.awssdk.services.timestreamquery.model
-
- TimestreamQueryResponseMetadata - Class in software.amazon.awssdk.services.timestreamquery.model
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.AccessDeniedException
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ConflictException
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.InternalServerException
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.InvalidEndpointException
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.QueryExecutionException
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ResourceNotFoundException
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.Row
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3ReportLocation
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ServiceQuotaExceededException
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.Tag
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ThrottlingException
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryResponse
-
- toBuilder() - Method in exception software.amazon.awssdk.services.timestreamquery.model.ValidationException
-
- topicArn(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration.Builder
-
SNS topic ARN that the scheduled query status notifications will be sent to.
- topicArn() - Method in class software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
SNS topic ARN that the scheduled query status notifications will be sent to.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.CancelQueryResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.CreateScheduledQueryResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.Datum
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.DeleteScheduledQueryResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeEndpointsResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.DescribeScheduledQueryResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.DimensionMapping
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.timestreamquery.model.DimensionValueType
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.Endpoint
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportConfiguration
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ErrorReportLocation
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecuteScheduledQueryResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ExecutionStats
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListScheduledQueriesResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ListTagsForResourceResponse
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.timestreamquery.model.MeasureValueType
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.MixedMeasureMapping
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureAttributeMapping
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.MultiMeasureMappings
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.NotificationConfiguration
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.QueryStatus
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.Row
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3Configuration
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.timestreamquery.model.S3EncryptionOption
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.S3ReportLocation
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.timestreamquery.model.ScalarMeasureValueType
-
- toString() - Method in enum software.amazon.awssdk.services.timestreamquery.model.ScalarType
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduleConfiguration
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQuery
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryDescription
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunStatus
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryState
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.SnsConfiguration
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.Tag
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.TagResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetConfiguration
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.TargetDestination
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamConfiguration
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimestreamDestination
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.Type
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.UntagResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.model.UpdateScheduledQueryResponse
-
Returns a string representation of this object.
- triggerTime(Instant) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary.Builder
-
The actual time when the query was run.
- triggerTime() - Method in class software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunSummary
-
The actual time when the query was run.
- type(Type) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ColumnInfo.Builder
-
The data type of the result set column.
- type(Consumer<Type.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ColumnInfo.Builder
-
The data type of the result set column.
- type() - Method in class software.amazon.awssdk.services.timestreamquery.model.ColumnInfo
-
The data type of the result set column.
- type(Type) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ParameterMapping.Builder
-
Sets the value of the Type property for this object.
- type(Consumer<Type.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.ParameterMapping.Builder
-
Sets the value of the Type property for this object.
- type() - Method in class software.amazon.awssdk.services.timestreamquery.model.ParameterMapping
-
Returns the value of the Type property for this object.
- type(Type) - Method in interface software.amazon.awssdk.services.timestreamquery.model.SelectColumn.Builder
-
Sets the value of the Type property for this object.
- type(Consumer<Type.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.SelectColumn.Builder
-
Sets the value of the Type property for this object.
- type() - Method in class software.amazon.awssdk.services.timestreamquery.model.SelectColumn
-
Returns the value of the Type property for this object.
- Type - Class in software.amazon.awssdk.services.timestreamquery.model
-
Contains the data type of a column in a query result set.
- Type.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- validateOnly(Boolean) - Method in interface software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest.Builder
-
By setting this value to true, Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use.
- validateOnly() - Method in class software.amazon.awssdk.services.timestreamquery.model.PrepareQueryRequest
-
By setting this value to true, Timestream will only validate that the query string is a valid
Timestream query, and not store the prepared query for later use.
- ValidationException - Exception in software.amazon.awssdk.services.timestreamquery.model
-
Invalid or malformed request.
- ValidationException.Builder - Interface in software.amazon.awssdk.services.timestreamquery.model
-
- value(String) - Method in interface software.amazon.awssdk.services.timestreamquery.model.Tag.Builder
-
The value of the tag.
- value() - Method in class software.amazon.awssdk.services.timestreamquery.model.Tag
-
The value of the tag.
- value(Datum) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint.Builder
-
The measure value for the data point.
- value(Consumer<Datum.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint.Builder
-
The measure value for the data point.
- value() - Method in class software.amazon.awssdk.services.timestreamquery.model.TimeSeriesDataPoint
-
The measure value for the data point.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.timestreamquery.model.DimensionValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.timestreamquery.model.MeasureValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.timestreamquery.model.S3EncryptionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.timestreamquery.model.ScalarMeasureValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.timestreamquery.model.ScalarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.services.timestreamquery.model.DimensionValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.timestreamquery.model.MeasureValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.timestreamquery.model.S3EncryptionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.timestreamquery.model.ScalarMeasureValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.timestreamquery.model.ScalarType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryRunStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.timestreamquery.model.ScheduledQueryState
-
Returns an array containing the constants of this enum type, in
the order they are declared.