- 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 class software.amazon.awssdk.services.timestreamquery.endpoints.internal.SourceException.BuilderImpl
-
- 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
-
- chooseAuthScheme(List<EndpointAuthScheme>) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AuthSchemeUtils
-
Per the spec, the auth schemes list is ordered by preference, so we simply iterate over the list until we find an
auth scheme we recognize.
- 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.
- Condition - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- condition() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Fn
-
Convert this fn into a condition
- condition(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Fn
-
- Condition.Builder - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- CONDITIONS - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule
-
- conditions - Variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule
-
- 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
-
- context(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParameterReference.Builder
-
- 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
-
- createAuthSchemes(Value) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AuthSchemeUtils
-
- 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.
- ctx(String, Supplier<T>) - Static method in exception software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleError
-
- ctx(String, Runnable) - Static method in exception software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleError
-
- 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(EndpointResult) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule.Builder
-
- ENDPOINT - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule
-
- endpoint(String) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.TimestreamQueryEndpointParams.Builder
-
- endpoint() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.TimestreamQueryEndpointParams
-
- 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
-
- endpointBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AwsEndpointProviderUtils
-
Returns the endpoint set on the client.
- endpointDiscoveryEnabled(boolean) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryBaseClientBuilder
-
- endpointFromNode(JsonNode) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- endpointIsDiscovered(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AwsEndpointProviderUtils
-
- endpointIsOverridden(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AwsEndpointProviderUtils
-
- endpointOverride(URI) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryServiceClientConfiguration.Builder
-
Configure the endpointOverride
- endpointProvider(TimestreamQueryEndpointProvider) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryBaseClientBuilder
-
- EndpointResult - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- EndpointResult.Builder - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- EndpointRule - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- EndpointRule(Rule.Builder, EndpointResult) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.EndpointRule
-
- EndpointRuleset - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
The set of rules that are used to compute the endpoint to use for a request.
- EndpointRuleset.Builder - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- 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.
- eq(boolean) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- eq(Expr) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Arn
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.EndpointResult
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.FatScope
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Fn
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnNode
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part.Index
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part.Key
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Identifier
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Outputs
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Deprecated
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParameterReference
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameters
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partition
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partitions
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Ref
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RegionOverride
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template.Dynamic
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template.Literal
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Array
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Bool
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Endpoint
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Int
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Record
-
- equals(Object) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Str
-
- 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
-
- error(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule.Builder
-
- ERROR - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule
-
- 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
-
- ErrorRule - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- ErrorRule(Rule.Builder, Expr) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ErrorRule
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.BooleanEqualsFn
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Condition
-
- Eval - Interface in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- eval(Scope<Value>) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.Eval
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr
-
- eval(Value) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part
-
- eval(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part.Index
-
- eval(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part.Key
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.IsValidHostLabel
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.IsVirtualHostableS3Bucket
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Ref
-
- eval(Expr) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Scope
-
Search the fact stack for an explicitly calculated value for [expr]
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.SingleArgFn
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.StringEqualsFn
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Substring
-
- eval(Scope<Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template
-
- evalArg(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.IsSet
-
- evalArg(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Not
-
- evalArg(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParseArn
-
- evalArg(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParseUrl
-
- evalArg(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.PartitionFn
-
- evalArg(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.SingleArgFn
-
- evalArg(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.UriEncodeFn
-
- evaluate(EndpointRuleset, Map<Identifier, Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.DefaultRuleEngine
-
- evaluate(EndpointRuleset, Map<Identifier, Value>) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEngine
-
Evaluate the given
EndpointRuleset using the named values in
args as input into the rule set.
- evaluateCondition(Condition) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- evaluateRuleset(EndpointRuleset, Map<Identifier, Value>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- 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.
- expectArray() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Array
-
- expectArray() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- expectBool() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Bool
-
- expectBool() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- expectEndpoint() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Endpoint
-
- expectEndpoint() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- expectInt() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- expectInt() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Int
-
- expectLiteral() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template
-
- expectLiteralString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal
-
- expectOneArg() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Fn
-
- expectRecord() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- expectRecord() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Record
-
- expectString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- expectString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Str
-
- expectTwoArgs() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Fn
-
- expectValue(Identifier) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Scope
-
- expectVariableArgs(int) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Fn
-
- expr() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Condition
-
- Expr - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Expr() - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Expr
-
- expr() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- ExprVisitor<R> - Interface in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- ExprVisitor.Default<R> - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- 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.endpoints.internal.Arn
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.EndpointResult
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.FatScope
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Fn
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnNode
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part.Index
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part.Key
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Identifier
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Outputs
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Deprecated
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParameterReference
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameters
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partition
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partitions
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Ref
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RegionOverride
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template.Dynamic
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template.Literal
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Array
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Bool
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Endpoint
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Int
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Record
-
- hashCode() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Str
-
- 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.
- hostLabel() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.IsValidHostLabel
-
- hostLabel() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.IsVirtualHostableS3Bucket
-
- name(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Builder
-
- name(Identifier) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Builder
-
- name(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParameterReference.Builder
-
- NAME - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.PartitionFn
-
- 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.
- none() - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- None() - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.None
-
- NORMALIZED_PATH - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParseUrl
-
- Not - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Not(FnNode) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Not
-
- 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.
- ref(Identifier) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Expr
-
- Ref - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
A reference to a field.
- Ref(Identifier) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Ref
-
- region() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Arn
-
- REGION - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParseArn
-
- region(Region) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.TimestreamQueryEndpointParams.Builder
-
- region() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.TimestreamQueryEndpointParams
-
- region(Region) - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryServiceClientConfiguration.Builder
-
Configure the region
- regionBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AwsEndpointProviderUtils
-
- RegionOverride - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- RegionOverride.Builder - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- regionRegex(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partition.Builder
-
- regionRegex() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partition
-
- regions(Map<String, RegionOverride>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partition.Builder
-
- regions() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partition
-
- 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
-
- required(boolean) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Builder
-
- resolveEndpoint(TimestreamQueryEndpointParams) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.DefaultTimestreamQueryEndpointProvider
-
- resolveEndpoint(TimestreamQueryEndpointParams) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.TimestreamQueryEndpointProvider
-
Compute the endpoint based on the given set of parameters.
- resolveEndpoint(Consumer<TimestreamQueryEndpointParams.Builder>) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.TimestreamQueryEndpointProvider
-
Compute the endpoint based on the given set of parameters.
- resource() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Arn
-
- 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
-
- result(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Condition.Builder
-
- reverse() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Substring
-
- 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.
- Rule - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Rule(Rule.Builder) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule
-
- Rule.Builder - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- RuleEngine - Interface in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- RuleError - Exception in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- RuleError(RuleError.BuilderImpl) - Constructor for exception software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleError
-
- RuleError.Builder - Interface in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- RuleEvaluator - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- RuleEvaluator() - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- RULES - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule
-
- RuleValueVisitor<R> - Interface in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
Visitor for the right-hand side of rules (tree, error, endpoint)
- 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.
- SCHEME - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParseUrl
-
- Scope<T> - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Scope() - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Scope
-
- 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() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Arn
-
- SERVICE - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParseArn
-
- 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
-
- serviceClientConfiguration() - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryAsyncClient
-
- serviceClientConfiguration() - Method in interface software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient
-
- serviceId(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.EndpointRuleset.Builder
-
- 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
-
- setSigningParams(ExecutionAttributes, EndpointAuthScheme) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AuthSchemeUtils
-
- setUri(SdkHttpRequest, URI, URI) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AwsEndpointProviderUtils
-
This sets the request URI to the resolved URI returned by the endpoint provider.
- since() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Deprecated
-
- SingleArgFn - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- SingleArgFn(FnNode) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.SingleArgFn
-
- size() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Array
-
- 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.endpoints - package software.amazon.awssdk.services.timestreamquery.endpoints
-
- software.amazon.awssdk.services.timestreamquery.endpoints.internal - package software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- 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.
- SourceException - Exception in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- SourceException.BuilderImpl - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- startIndex() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Substring
-
- startMultipartTemplate() - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.TemplateVisitor
-
Invoked prior to visiting a multipart template like `https://{Region}.{dnsSuffix}`.
- 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
-
- stopIndex() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Substring
-
- StringEqualsFn - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- StringEqualsFn(FnNode) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.StringEqualsFn
-
- stringToParse() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Substring
-
- 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
-
- Substring - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Substring(FnNode) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Substring
-
- SUBSTRING - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Substring
-
- SUPPORTS_DUAL_STACK - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.PartitionFn
-
- SUPPORTS_FIPS - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.PartitionFn
-
- supportsDualStack(boolean) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Outputs.Builder
-
- supportsDualStack() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Outputs
-
- supportsFips(boolean) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Outputs.Builder
-
- supportsFips() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Outputs
-
- 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.
- target(Expr) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Builder
-
- target() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr
-
- target() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Not
-
- target() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.SingleArgFn
-
- 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.
- template() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Expr
-
- template() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr
-
- template() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- template() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Ref
-
- Template - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
Template represents a "Template Literal".
- Template.Dynamic - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Template.Literal - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Template.Part - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- TemplateVisitor<T> - Interface in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
For code generating from a template, use a `TemplateVisitor`.
- 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
-
- TimestreamQueryEndpointAuthSchemeInterceptor - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- TimestreamQueryEndpointAuthSchemeInterceptor() - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.TimestreamQueryEndpointAuthSchemeInterceptor
-
- TimestreamQueryEndpointParams - Class in software.amazon.awssdk.services.timestreamquery.endpoints
-
The parameters object used to resolve an endpoint for the TimestreamQuery service.
- TimestreamQueryEndpointParams.Builder - Interface in software.amazon.awssdk.services.timestreamquery.endpoints
-
- TimestreamQueryEndpointProvider - Interface in software.amazon.awssdk.services.timestreamquery.endpoints
-
An endpoint provider for TimestreamQuery.
- 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
-
- TimestreamQueryRequestSetEndpointInterceptor - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- TimestreamQueryRequestSetEndpointInterceptor() - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.TimestreamQueryRequestSetEndpointInterceptor
-
- TimestreamQueryResolveEndpointInterceptor - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- TimestreamQueryResolveEndpointInterceptor() - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.TimestreamQueryResolveEndpointInterceptor
-
- 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
-
- TimestreamQueryServiceClientConfiguration - Class in software.amazon.awssdk.services.timestreamquery
-
Class to expose the service client settings to the user.
- TimestreamQueryServiceClientConfiguration.Builder - Interface in software.amazon.awssdk.services.timestreamquery
-
- 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
-
- toList() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameters
-
- toParameterReference() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- toParameterReference() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParameterReference
-
- ToParameterReference - Interface in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- toParameterReference() - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.ToParameterReference
-
- 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.endpoints.internal.Arn
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Condition
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.EndpointResult
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.EndpointRule
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.EndpointRuleset
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ErrorRule
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.FatScope
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Fn
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part.Index
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr.Part.Key
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.GetAttr
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Identifier
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Outputs
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Deprecated
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParameterReference
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameters
-
- toString() - Method in enum software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParameterType
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partitions
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Ref
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Scope
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template.Dynamic
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template.Literal
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Template
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.TreeRule
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Array
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Endpoint
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Record
-
- toString() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value.Str
-
- 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.
- TREE - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule
-
- treeRule(List<Rule>) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule.Builder
-
- TreeRule - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- TreeRule(Rule.Builder, List<Rule>) - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.TreeRule
-
- 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(ParameterType) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Builder
-
- TYPE - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter
-
- TYPE - Static variable in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Rule
-
- 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
-
- types() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.FatScope
-
- validate() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnNode
-
- 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(Value) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Parameter.Builder
-
- Value - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
Base class for the types of values computable by the
RuleEngine.
- Value() - Constructor for class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Value
-
- 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.
- Value.Array - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
An array value.
- Value.Bool - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
A boolean value.
- Value.Endpoint - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Value.Endpoint.Builder - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Value.Int - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
An integer value.
- Value.None - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
- Value.Record - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
A record (map) value.
- Value.Str - Class in software.amazon.awssdk.services.timestreamquery.endpoints.internal
-
A string value.
- valueAsEndpointOrThrow(Value) - Static method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.AwsEndpointProviderUtils
-
- valueOf(String) - Static method in enum software.amazon.awssdk.services.timestreamquery.endpoints.internal.ParameterType
-
Returns the enum constant of this type with the specified name.
- 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.endpoints.internal.ParameterType
-
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.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.
- version(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.EndpointRuleset.Builder
-
- version(String) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partitions.Builder
-
- version() - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.Partitions
-
- visitBool(boolean) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal.Visitor
-
- visitBoolEquals(BooleanEqualsFn) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitBoolEquals(BooleanEqualsFn) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitDynamicElement(Expr) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.TemplateVisitor
-
Visit a dynamic element within a multipart template.
- visitEndpointRule(EndpointResult) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleValueVisitor
-
- visitErrorRule(Expr) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleValueVisitor
-
- visitFn(Fn) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ExprVisitor.Default
-
- visitFn(Fn) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.ExprVisitor
-
- visitFn(Fn) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitGetAttr(GetAttr) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitGetAttr(GetAttr) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitInt(int) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal.Visitor
-
- visitIsSet(IsSet) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitIsSet(IsSet) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitIsValidHostLabel(IsValidHostLabel) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitIsValidHostLabel(IsValidHostLabel) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitLiteral(Literal) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ExprVisitor.Default
-
- visitLiteral(Literal) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.ExprVisitor
-
- visitLiteral(Literal) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitNot(Not) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitNot(Not) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitObject(Map<Identifier, Literal>) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal.Visitor
-
- visitParseArn(ParseArn) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitParseArn(ParseArn) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitParseUrl(ParseUrl) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitParseUrl(ParseUrl) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitPartition(PartitionFn) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitPartition(PartitionFn) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitRef(Ref) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.ExprVisitor.Default
-
- visitRef(Ref) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.ExprVisitor
-
- visitRef(Ref) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitSingleDynamicTemplate(Expr) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.TemplateVisitor
-
The template contains a single dynamic element, eg.
- visitStaticElement(String) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.TemplateVisitor
-
Visit a static element within a multipart template.
- visitStaticTemplate(String) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.TemplateVisitor
-
The template contains a single static string, eg.
- visitStr(Template) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal.Visitor
-
- visitStringEquals(StringEqualsFn) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitStringEquals(StringEqualsFn) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitSubstring(Substring) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitSubstring(Substring) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-
- visitTreeRule(List<Rule>) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleValueVisitor
-
- visitTuple(List<Literal>) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.Literal.Visitor
-
- visitUriEncode(UriEncodeFn) - Method in interface software.amazon.awssdk.services.timestreamquery.endpoints.internal.FnVisitor
-
- visitUriEncode(UriEncodeFn) - Method in class software.amazon.awssdk.services.timestreamquery.endpoints.internal.RuleEvaluator
-