@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface LookoutEquipmentAsyncClient extends SdkClient
builder()
method.
Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static LookoutEquipmentAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
LookoutEquipmentAsyncClient. |
static LookoutEquipmentAsyncClient |
create()
Create a
LookoutEquipmentAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateDatasetResponse> |
createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)
Creates a container for a collection of data being ingested for analysis.
|
default CompletableFuture<CreateDatasetResponse> |
createDataset(CreateDatasetRequest createDatasetRequest)
Creates a container for a collection of data being ingested for analysis.
|
default CompletableFuture<CreateInferenceSchedulerResponse> |
createInferenceScheduler(Consumer<CreateInferenceSchedulerRequest.Builder> createInferenceSchedulerRequest)
Creates a scheduled inference.
|
default CompletableFuture<CreateInferenceSchedulerResponse> |
createInferenceScheduler(CreateInferenceSchedulerRequest createInferenceSchedulerRequest)
Creates a scheduled inference.
|
default CompletableFuture<CreateLabelResponse> |
createLabel(Consumer<CreateLabelRequest.Builder> createLabelRequest)
Creates a label for an event.
|
default CompletableFuture<CreateLabelResponse> |
createLabel(CreateLabelRequest createLabelRequest)
Creates a label for an event.
|
default CompletableFuture<CreateLabelGroupResponse> |
createLabelGroup(Consumer<CreateLabelGroupRequest.Builder> createLabelGroupRequest)
Creates a group of labels.
|
default CompletableFuture<CreateLabelGroupResponse> |
createLabelGroup(CreateLabelGroupRequest createLabelGroupRequest)
Creates a group of labels.
|
default CompletableFuture<CreateModelResponse> |
createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Creates an ML model for data inference.
|
default CompletableFuture<CreateModelResponse> |
createModel(CreateModelRequest createModelRequest)
Creates an ML model for data inference.
|
default CompletableFuture<DeleteDatasetResponse> |
deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes a dataset and associated artifacts.
|
default CompletableFuture<DeleteDatasetResponse> |
deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes a dataset and associated artifacts.
|
default CompletableFuture<DeleteInferenceSchedulerResponse> |
deleteInferenceScheduler(Consumer<DeleteInferenceSchedulerRequest.Builder> deleteInferenceSchedulerRequest)
Deletes an inference scheduler that has been set up.
|
default CompletableFuture<DeleteInferenceSchedulerResponse> |
deleteInferenceScheduler(DeleteInferenceSchedulerRequest deleteInferenceSchedulerRequest)
Deletes an inference scheduler that has been set up.
|
default CompletableFuture<DeleteLabelResponse> |
deleteLabel(Consumer<DeleteLabelRequest.Builder> deleteLabelRequest)
Deletes a label.
|
default CompletableFuture<DeleteLabelResponse> |
deleteLabel(DeleteLabelRequest deleteLabelRequest)
Deletes a label.
|
default CompletableFuture<DeleteLabelGroupResponse> |
deleteLabelGroup(Consumer<DeleteLabelGroupRequest.Builder> deleteLabelGroupRequest)
Deletes a group of labels.
|
default CompletableFuture<DeleteLabelGroupResponse> |
deleteLabelGroup(DeleteLabelGroupRequest deleteLabelGroupRequest)
Deletes a group of labels.
|
default CompletableFuture<DeleteModelResponse> |
deleteModel(Consumer<DeleteModelRequest.Builder> deleteModelRequest)
Deletes an ML model currently available for Amazon Lookout for Equipment.
|
default CompletableFuture<DeleteModelResponse> |
deleteModel(DeleteModelRequest deleteModelRequest)
Deletes an ML model currently available for Amazon Lookout for Equipment.
|
default CompletableFuture<DescribeDataIngestionJobResponse> |
describeDataIngestionJob(Consumer<DescribeDataIngestionJobRequest.Builder> describeDataIngestionJobRequest)
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
|
default CompletableFuture<DescribeDataIngestionJobResponse> |
describeDataIngestionJob(DescribeDataIngestionJobRequest describeDataIngestionJobRequest)
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
|
default CompletableFuture<DescribeDatasetResponse> |
describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest)
Provides a JSON description of the data in each time series dataset, including names, column names, and data
types.
|
default CompletableFuture<DescribeDatasetResponse> |
describeDataset(DescribeDatasetRequest describeDatasetRequest)
Provides a JSON description of the data in each time series dataset, including names, column names, and data
types.
|
default CompletableFuture<DescribeInferenceSchedulerResponse> |
describeInferenceScheduler(Consumer<DescribeInferenceSchedulerRequest.Builder> describeInferenceSchedulerRequest)
Specifies information about the inference scheduler being used, including name, model, status, and associated
metadata
|
default CompletableFuture<DescribeInferenceSchedulerResponse> |
describeInferenceScheduler(DescribeInferenceSchedulerRequest describeInferenceSchedulerRequest)
Specifies information about the inference scheduler being used, including name, model, status, and associated
metadata
|
default CompletableFuture<DescribeLabelResponse> |
describeLabel(Consumer<DescribeLabelRequest.Builder> describeLabelRequest)
Returns the name of the label.
|
default CompletableFuture<DescribeLabelResponse> |
describeLabel(DescribeLabelRequest describeLabelRequest)
Returns the name of the label.
|
default CompletableFuture<DescribeLabelGroupResponse> |
describeLabelGroup(Consumer<DescribeLabelGroupRequest.Builder> describeLabelGroupRequest)
Returns information about the label group.
|
default CompletableFuture<DescribeLabelGroupResponse> |
describeLabelGroup(DescribeLabelGroupRequest describeLabelGroupRequest)
Returns information about the label group.
|
default CompletableFuture<DescribeModelResponse> |
describeModel(Consumer<DescribeModelRequest.Builder> describeModelRequest)
Provides a JSON containing the overall information about a specific ML model, including model name and ARN,
dataset, training and evaluation information, status, and so on.
|
default CompletableFuture<DescribeModelResponse> |
describeModel(DescribeModelRequest describeModelRequest)
Provides a JSON containing the overall information about a specific ML model, including model name and ARN,
dataset, training and evaluation information, status, and so on.
|
default CompletableFuture<ListDataIngestionJobsResponse> |
listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
default CompletableFuture<ListDataIngestionJobsResponse> |
listDataIngestionJobs(ListDataIngestionJobsRequest listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
default ListDataIngestionJobsPublisher |
listDataIngestionJobsPaginator(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
default ListDataIngestionJobsPublisher |
listDataIngestionJobsPaginator(ListDataIngestionJobsRequest listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data,
status, and so on.
|
default CompletableFuture<ListDatasetsResponse> |
listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
|
default CompletableFuture<ListDatasetsResponse> |
listDatasets(ListDatasetsRequest listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
|
default ListDatasetsPublisher |
listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
|
default ListDatasetsPublisher |
listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
|
default CompletableFuture<ListInferenceEventsResponse> |
listInferenceEvents(Consumer<ListInferenceEventsRequest.Builder> listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
|
default CompletableFuture<ListInferenceEventsResponse> |
listInferenceEvents(ListInferenceEventsRequest listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
|
default ListInferenceEventsPublisher |
listInferenceEventsPaginator(Consumer<ListInferenceEventsRequest.Builder> listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
|
default ListInferenceEventsPublisher |
listInferenceEventsPaginator(ListInferenceEventsRequest listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
|
default CompletableFuture<ListInferenceExecutionsResponse> |
listInferenceExecutions(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default CompletableFuture<ListInferenceExecutionsResponse> |
listInferenceExecutions(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default ListInferenceExecutionsPublisher |
listInferenceExecutionsPaginator(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default ListInferenceExecutionsPublisher |
listInferenceExecutionsPaginator(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
|
default CompletableFuture<ListInferenceSchedulersResponse> |
listInferenceSchedulers(Consumer<ListInferenceSchedulersRequest.Builder> listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
|
default CompletableFuture<ListInferenceSchedulersResponse> |
listInferenceSchedulers(ListInferenceSchedulersRequest listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
|
default ListInferenceSchedulersPublisher |
listInferenceSchedulersPaginator(Consumer<ListInferenceSchedulersRequest.Builder> listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
|
default ListInferenceSchedulersPublisher |
listInferenceSchedulersPaginator(ListInferenceSchedulersRequest listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
|
default CompletableFuture<ListLabelGroupsResponse> |
listLabelGroups(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
|
default CompletableFuture<ListLabelGroupsResponse> |
listLabelGroups(ListLabelGroupsRequest listLabelGroupsRequest)
Returns a list of the label groups.
|
default ListLabelGroupsPublisher |
listLabelGroupsPaginator(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
|
default ListLabelGroupsPublisher |
listLabelGroupsPaginator(ListLabelGroupsRequest listLabelGroupsRequest)
Returns a list of the label groups.
|
default CompletableFuture<ListLabelsResponse> |
listLabels(Consumer<ListLabelsRequest.Builder> listLabelsRequest)
Provides a list of labels.
|
default CompletableFuture<ListLabelsResponse> |
listLabels(ListLabelsRequest listLabelsRequest)
Provides a list of labels.
|
default ListLabelsPublisher |
listLabelsPaginator(Consumer<ListLabelsRequest.Builder> listLabelsRequest)
Provides a list of labels.
|
default ListLabelsPublisher |
listLabelsPaginator(ListLabelsRequest listLabelsRequest)
Provides a list of labels.
|
default CompletableFuture<ListModelsResponse> |
listModels(Consumer<ListModelsRequest.Builder> listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
|
default CompletableFuture<ListModelsResponse> |
listModels(ListModelsRequest listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
|
default ListModelsPublisher |
listModelsPaginator(Consumer<ListModelsRequest.Builder> listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
|
default ListModelsPublisher |
listModelsPaginator(ListModelsRequest listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
|
default CompletableFuture<ListSensorStatisticsResponse> |
listSensorStatistics(Consumer<ListSensorStatisticsRequest.Builder> listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the
particular dataset.
|
default CompletableFuture<ListSensorStatisticsResponse> |
listSensorStatistics(ListSensorStatisticsRequest listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the
particular dataset.
|
default ListSensorStatisticsPublisher |
listSensorStatisticsPaginator(Consumer<ListSensorStatisticsRequest.Builder> listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the
particular dataset.
|
default ListSensorStatisticsPublisher |
listSensorStatisticsPaginator(ListSensorStatisticsRequest listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the
particular dataset.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all the tags for a specified resource, including key and value.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all the tags for a specified resource, including key and value.
|
default CompletableFuture<StartDataIngestionJobResponse> |
startDataIngestionJob(Consumer<StartDataIngestionJobRequest.Builder> startDataIngestionJobRequest)
Starts a data ingestion job.
|
default CompletableFuture<StartDataIngestionJobResponse> |
startDataIngestionJob(StartDataIngestionJobRequest startDataIngestionJobRequest)
Starts a data ingestion job.
|
default CompletableFuture<StartInferenceSchedulerResponse> |
startInferenceScheduler(Consumer<StartInferenceSchedulerRequest.Builder> startInferenceSchedulerRequest)
Starts an inference scheduler.
|
default CompletableFuture<StartInferenceSchedulerResponse> |
startInferenceScheduler(StartInferenceSchedulerRequest startInferenceSchedulerRequest)
Starts an inference scheduler.
|
default CompletableFuture<StopInferenceSchedulerResponse> |
stopInferenceScheduler(Consumer<StopInferenceSchedulerRequest.Builder> stopInferenceSchedulerRequest)
Stops an inference scheduler.
|
default CompletableFuture<StopInferenceSchedulerResponse> |
stopInferenceScheduler(StopInferenceSchedulerRequest stopInferenceSchedulerRequest)
Stops an inference scheduler.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates a given tag to a resource in your account.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Associates a given tag to a resource in your account.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a specific tag from a given resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Removes a specific tag from a given resource.
|
default CompletableFuture<UpdateInferenceSchedulerResponse> |
updateInferenceScheduler(Consumer<UpdateInferenceSchedulerRequest.Builder> updateInferenceSchedulerRequest)
Updates an inference scheduler.
|
default CompletableFuture<UpdateInferenceSchedulerResponse> |
updateInferenceScheduler(UpdateInferenceSchedulerRequest updateInferenceSchedulerRequest)
Updates an inference scheduler.
|
default CompletableFuture<UpdateLabelGroupResponse> |
updateLabelGroup(Consumer<UpdateLabelGroupRequest.Builder> updateLabelGroupRequest)
Updates the label group.
|
default CompletableFuture<UpdateLabelGroupResponse> |
updateLabelGroup(UpdateLabelGroupRequest updateLabelGroupRequest)
Updates the label group.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static LookoutEquipmentAsyncClient create()
LookoutEquipmentAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static LookoutEquipmentAsyncClientBuilder builder()
LookoutEquipmentAsyncClient.default CompletableFuture<CreateDatasetResponse> createDataset(CreateDatasetRequest createDatasetRequest)
Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. In other words, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.
createDatasetRequest - default CompletableFuture<CreateDatasetResponse> createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest)
Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. In other words, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.
This is a convenience which creates an instance of the CreateDatasetRequest.Builder avoiding the need to
create one manually via CreateDatasetRequest.builder()
createDatasetRequest - A Consumer that will call methods on CreateDatasetRequest.Builder to create a request.default CompletableFuture<CreateInferenceSchedulerResponse> createInferenceScheduler(CreateInferenceSchedulerRequest createInferenceSchedulerRequest)
Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an S3 bucket location for the output data.
createInferenceSchedulerRequest - default CompletableFuture<CreateInferenceSchedulerResponse> createInferenceScheduler(Consumer<CreateInferenceSchedulerRequest.Builder> createInferenceSchedulerRequest)
Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an S3 bucket location for the output data.
This is a convenience which creates an instance of the CreateInferenceSchedulerRequest.Builder avoiding
the need to create one manually via CreateInferenceSchedulerRequest.builder()
createInferenceSchedulerRequest - A Consumer that will call methods on CreateInferenceSchedulerRequest.Builder to create a
request.default CompletableFuture<CreateLabelResponse> createLabel(CreateLabelRequest createLabelRequest)
Creates a label for an event.
createLabelRequest - default CompletableFuture<CreateLabelResponse> createLabel(Consumer<CreateLabelRequest.Builder> createLabelRequest)
Creates a label for an event.
This is a convenience which creates an instance of the CreateLabelRequest.Builder avoiding the need to
create one manually via CreateLabelRequest.builder()
createLabelRequest - A Consumer that will call methods on CreateLabelRequest.Builder to create a request.default CompletableFuture<CreateLabelGroupResponse> createLabelGroup(CreateLabelGroupRequest createLabelGroupRequest)
Creates a group of labels.
createLabelGroupRequest - default CompletableFuture<CreateLabelGroupResponse> createLabelGroup(Consumer<CreateLabelGroupRequest.Builder> createLabelGroupRequest)
Creates a group of labels.
This is a convenience which creates an instance of the CreateLabelGroupRequest.Builder avoiding the need
to create one manually via CreateLabelGroupRequest.builder()
createLabelGroupRequest - A Consumer that will call methods on CreateLabelGroupRequest.Builder to create a request.default CompletableFuture<CreateModelResponse> createModel(CreateModelRequest createModelRequest)
Creates an ML model for data inference.
A machine-learning (ML) model is a mathematical model that finds patterns in your data. In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal behavior that could be potential equipment failure (or maintenance events). The models are made by analyzing normal data and abnormalities in machine behavior that have already occurred.
Your model is trained using a portion of the data from your dataset and uses that data to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. Another portion of the data is used to evaluate the model's accuracy.
createModelRequest - default CompletableFuture<CreateModelResponse> createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Creates an ML model for data inference.
A machine-learning (ML) model is a mathematical model that finds patterns in your data. In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal behavior that could be potential equipment failure (or maintenance events). The models are made by analyzing normal data and abnormalities in machine behavior that have already occurred.
Your model is trained using a portion of the data from your dataset and uses that data to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. Another portion of the data is used to evaluate the model's accuracy.
This is a convenience which creates an instance of the CreateModelRequest.Builder avoiding the need to
create one manually via CreateModelRequest.builder()
createModelRequest - A Consumer that will call methods on CreateModelRequest.Builder to create a request.default CompletableFuture<DeleteDatasetResponse> deleteDataset(DeleteDatasetRequest deleteDatasetRequest)
Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.
deleteDatasetRequest - default CompletableFuture<DeleteDatasetResponse> deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest)
Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.
This is a convenience which creates an instance of the DeleteDatasetRequest.Builder avoiding the need to
create one manually via DeleteDatasetRequest.builder()
deleteDatasetRequest - A Consumer that will call methods on DeleteDatasetRequest.Builder to create a request.default CompletableFuture<DeleteInferenceSchedulerResponse> deleteInferenceScheduler(DeleteInferenceSchedulerRequest deleteInferenceSchedulerRequest)
Deletes an inference scheduler that has been set up. Already processed output results are not affected.
deleteInferenceSchedulerRequest - default CompletableFuture<DeleteInferenceSchedulerResponse> deleteInferenceScheduler(Consumer<DeleteInferenceSchedulerRequest.Builder> deleteInferenceSchedulerRequest)
Deletes an inference scheduler that has been set up. Already processed output results are not affected.
This is a convenience which creates an instance of the DeleteInferenceSchedulerRequest.Builder avoiding
the need to create one manually via DeleteInferenceSchedulerRequest.builder()
deleteInferenceSchedulerRequest - A Consumer that will call methods on DeleteInferenceSchedulerRequest.Builder to create a
request.default CompletableFuture<DeleteLabelResponse> deleteLabel(DeleteLabelRequest deleteLabelRequest)
Deletes a label.
deleteLabelRequest - default CompletableFuture<DeleteLabelResponse> deleteLabel(Consumer<DeleteLabelRequest.Builder> deleteLabelRequest)
Deletes a label.
This is a convenience which creates an instance of the DeleteLabelRequest.Builder avoiding the need to
create one manually via DeleteLabelRequest.builder()
deleteLabelRequest - A Consumer that will call methods on DeleteLabelRequest.Builder to create a request.default CompletableFuture<DeleteLabelGroupResponse> deleteLabelGroup(DeleteLabelGroupRequest deleteLabelGroupRequest)
Deletes a group of labels.
deleteLabelGroupRequest - default CompletableFuture<DeleteLabelGroupResponse> deleteLabelGroup(Consumer<DeleteLabelGroupRequest.Builder> deleteLabelGroupRequest)
Deletes a group of labels.
This is a convenience which creates an instance of the DeleteLabelGroupRequest.Builder avoiding the need
to create one manually via DeleteLabelGroupRequest.builder()
deleteLabelGroupRequest - A Consumer that will call methods on DeleteLabelGroupRequest.Builder to create a request.default CompletableFuture<DeleteModelResponse> deleteModel(DeleteModelRequest deleteModelRequest)
Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.
deleteModelRequest - default CompletableFuture<DeleteModelResponse> deleteModel(Consumer<DeleteModelRequest.Builder> deleteModelRequest)
Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.
This is a convenience which creates an instance of the DeleteModelRequest.Builder avoiding the need to
create one manually via DeleteModelRequest.builder()
deleteModelRequest - A Consumer that will call methods on DeleteModelRequest.Builder to create a request.default CompletableFuture<DescribeDataIngestionJobResponse> describeDataIngestionJob(DescribeDataIngestionJobRequest describeDataIngestionJobRequest)
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
describeDataIngestionJobRequest - default CompletableFuture<DescribeDataIngestionJobResponse> describeDataIngestionJob(Consumer<DescribeDataIngestionJobRequest.Builder> describeDataIngestionJobRequest)
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
This is a convenience which creates an instance of the DescribeDataIngestionJobRequest.Builder avoiding
the need to create one manually via DescribeDataIngestionJobRequest.builder()
describeDataIngestionJobRequest - A Consumer that will call methods on DescribeDataIngestionJobRequest.Builder to create a
request.default CompletableFuture<DescribeDatasetResponse> describeDataset(DescribeDatasetRequest describeDatasetRequest)
Provides a JSON description of the data in each time series dataset, including names, column names, and data types.
describeDatasetRequest - default CompletableFuture<DescribeDatasetResponse> describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest)
Provides a JSON description of the data in each time series dataset, including names, column names, and data types.
This is a convenience which creates an instance of the DescribeDatasetRequest.Builder avoiding the need
to create one manually via DescribeDatasetRequest.builder()
describeDatasetRequest - A Consumer that will call methods on DescribeDatasetRequest.Builder to create a request.default CompletableFuture<DescribeInferenceSchedulerResponse> describeInferenceScheduler(DescribeInferenceSchedulerRequest describeInferenceSchedulerRequest)
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
describeInferenceSchedulerRequest - default CompletableFuture<DescribeInferenceSchedulerResponse> describeInferenceScheduler(Consumer<DescribeInferenceSchedulerRequest.Builder> describeInferenceSchedulerRequest)
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
This is a convenience which creates an instance of the DescribeInferenceSchedulerRequest.Builder avoiding
the need to create one manually via DescribeInferenceSchedulerRequest.builder()
describeInferenceSchedulerRequest - A Consumer that will call methods on DescribeInferenceSchedulerRequest.Builder to create a
request.default CompletableFuture<DescribeLabelResponse> describeLabel(DescribeLabelRequest describeLabelRequest)
Returns the name of the label.
describeLabelRequest - default CompletableFuture<DescribeLabelResponse> describeLabel(Consumer<DescribeLabelRequest.Builder> describeLabelRequest)
Returns the name of the label.
This is a convenience which creates an instance of the DescribeLabelRequest.Builder avoiding the need to
create one manually via DescribeLabelRequest.builder()
describeLabelRequest - A Consumer that will call methods on DescribeLabelRequest.Builder to create a request.default CompletableFuture<DescribeLabelGroupResponse> describeLabelGroup(DescribeLabelGroupRequest describeLabelGroupRequest)
Returns information about the label group.
describeLabelGroupRequest - default CompletableFuture<DescribeLabelGroupResponse> describeLabelGroup(Consumer<DescribeLabelGroupRequest.Builder> describeLabelGroupRequest)
Returns information about the label group.
This is a convenience which creates an instance of the DescribeLabelGroupRequest.Builder avoiding the
need to create one manually via DescribeLabelGroupRequest.builder()
describeLabelGroupRequest - A Consumer that will call methods on DescribeLabelGroupRequest.Builder to create a
request.default CompletableFuture<DescribeModelResponse> describeModel(DescribeModelRequest describeModelRequest)
Provides a JSON containing the overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on.
describeModelRequest - default CompletableFuture<DescribeModelResponse> describeModel(Consumer<DescribeModelRequest.Builder> describeModelRequest)
Provides a JSON containing the overall information about a specific ML model, including model name and ARN, dataset, training and evaluation information, status, and so on.
This is a convenience which creates an instance of the DescribeModelRequest.Builder avoiding the need to
create one manually via DescribeModelRequest.builder()
describeModelRequest - A Consumer that will call methods on DescribeModelRequest.Builder to create a request.default CompletableFuture<ListDataIngestionJobsResponse> listDataIngestionJobs(ListDataIngestionJobsRequest listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
listDataIngestionJobsRequest - default CompletableFuture<ListDataIngestionJobsResponse> listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
This is a convenience which creates an instance of the ListDataIngestionJobsRequest.Builder avoiding the
need to create one manually via ListDataIngestionJobsRequest.builder()
listDataIngestionJobsRequest - A Consumer that will call methods on ListDataIngestionJobsRequest.Builder to create a
request.default ListDataIngestionJobsPublisher listDataIngestionJobsPaginator(ListDataIngestionJobsRequest listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
This is a variant of
listDataIngestionJobs(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsPublisher publisher = client.listDataIngestionJobsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsPublisher publisher = client.listDataIngestionJobsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataIngestionJobs(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest)
operation.
listDataIngestionJobsRequest - default ListDataIngestionJobsPublisher listDataIngestionJobsPaginator(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
This is a variant of
listDataIngestionJobs(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsPublisher publisher = client.listDataIngestionJobsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsPublisher publisher = client.listDataIngestionJobsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataIngestionJobs(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest)
operation.
This is a convenience which creates an instance of the ListDataIngestionJobsRequest.Builder avoiding the
need to create one manually via ListDataIngestionJobsRequest.builder()
listDataIngestionJobsRequest - A Consumer that will call methods on ListDataIngestionJobsRequest.Builder to create a
request.default CompletableFuture<ListDatasetsResponse> listDatasets(ListDatasetsRequest listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
listDatasetsRequest - default CompletableFuture<ListDatasetsResponse> listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
This is a convenience which creates an instance of the ListDatasetsRequest.Builder avoiding the need to
create one manually via ListDatasetsRequest.builder()
listDatasetsRequest - A Consumer that will call methods on ListDatasetsRequest.Builder to create a request.default ListDatasetsPublisher listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
This is a variant of
listDatasets(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsPublisher publisher = client.listDatasetsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsPublisher publisher = client.listDatasetsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsRequest) operation.
listDatasetsRequest - default ListDatasetsPublisher listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest)
Lists all datasets currently available in your account, filtering on the dataset name.
This is a variant of
listDatasets(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsPublisher publisher = client.listDatasetsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsPublisher publisher = client.listDatasetsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsRequest) operation.
This is a convenience which creates an instance of the ListDatasetsRequest.Builder avoiding the need to
create one manually via ListDatasetsRequest.builder()
listDatasetsRequest - A Consumer that will call methods on ListDatasetsRequest.Builder to create a request.default CompletableFuture<ListInferenceEventsResponse> listInferenceEvents(ListInferenceEventsRequest listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
listInferenceEventsRequest - default CompletableFuture<ListInferenceEventsResponse> listInferenceEvents(Consumer<ListInferenceEventsRequest.Builder> listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
This is a convenience which creates an instance of the ListInferenceEventsRequest.Builder avoiding the
need to create one manually via ListInferenceEventsRequest.builder()
listInferenceEventsRequest - A Consumer that will call methods on ListInferenceEventsRequest.Builder to create a
request.default ListInferenceEventsPublisher listInferenceEventsPaginator(ListInferenceEventsRequest listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
This is a variant of
listInferenceEvents(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsPublisher publisher = client.listInferenceEventsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsPublisher publisher = client.listInferenceEventsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceEvents(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest)
operation.
listInferenceEventsRequest - default ListInferenceEventsPublisher listInferenceEventsPaginator(Consumer<ListInferenceEventsRequest.Builder> listInferenceEventsRequest)
Lists all inference events that have been found for the specified inference scheduler.
This is a variant of
listInferenceEvents(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsPublisher publisher = client.listInferenceEventsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsPublisher publisher = client.listInferenceEventsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceEvents(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest)
operation.
This is a convenience which creates an instance of the ListInferenceEventsRequest.Builder avoiding the
need to create one manually via ListInferenceEventsRequest.builder()
listInferenceEventsRequest - A Consumer that will call methods on ListInferenceEventsRequest.Builder to create a
request.default CompletableFuture<ListInferenceExecutionsResponse> listInferenceExecutions(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
listInferenceExecutionsRequest - default CompletableFuture<ListInferenceExecutionsResponse> listInferenceExecutions(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
This is a convenience which creates an instance of the ListInferenceExecutionsRequest.Builder avoiding
the need to create one manually via ListInferenceExecutionsRequest.builder()
listInferenceExecutionsRequest - A Consumer that will call methods on ListInferenceExecutionsRequest.Builder to create a
request.default ListInferenceExecutionsPublisher listInferenceExecutionsPaginator(ListInferenceExecutionsRequest listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
This is a variant of
listInferenceExecutions(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsPublisher publisher = client.listInferenceExecutionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsPublisher publisher = client.listInferenceExecutionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceExecutions(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest)
operation.
listInferenceExecutionsRequest - default ListInferenceExecutionsPublisher listInferenceExecutionsPaginator(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest)
Lists all inference executions that have been performed by the specified inference scheduler.
This is a variant of
listInferenceExecutions(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsPublisher publisher = client.listInferenceExecutionsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsPublisher publisher = client.listInferenceExecutionsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceExecutions(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest)
operation.
This is a convenience which creates an instance of the ListInferenceExecutionsRequest.Builder avoiding
the need to create one manually via ListInferenceExecutionsRequest.builder()
listInferenceExecutionsRequest - A Consumer that will call methods on ListInferenceExecutionsRequest.Builder to create a
request.default CompletableFuture<ListInferenceSchedulersResponse> listInferenceSchedulers(ListInferenceSchedulersRequest listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
listInferenceSchedulersRequest - default CompletableFuture<ListInferenceSchedulersResponse> listInferenceSchedulers(Consumer<ListInferenceSchedulersRequest.Builder> listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
This is a convenience which creates an instance of the ListInferenceSchedulersRequest.Builder avoiding
the need to create one manually via ListInferenceSchedulersRequest.builder()
listInferenceSchedulersRequest - A Consumer that will call methods on ListInferenceSchedulersRequest.Builder to create a
request.default ListInferenceSchedulersPublisher listInferenceSchedulersPaginator(ListInferenceSchedulersRequest listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
This is a variant of
listInferenceSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersPublisher publisher = client.listInferenceSchedulersPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersPublisher publisher = client.listInferenceSchedulersPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest)
operation.
listInferenceSchedulersRequest - default ListInferenceSchedulersPublisher listInferenceSchedulersPaginator(Consumer<ListInferenceSchedulersRequest.Builder> listInferenceSchedulersRequest)
Retrieves a list of all inference schedulers currently available for your account.
This is a variant of
listInferenceSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersPublisher publisher = client.listInferenceSchedulersPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersPublisher publisher = client.listInferenceSchedulersPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest)
operation.
This is a convenience which creates an instance of the ListInferenceSchedulersRequest.Builder avoiding
the need to create one manually via ListInferenceSchedulersRequest.builder()
listInferenceSchedulersRequest - A Consumer that will call methods on ListInferenceSchedulersRequest.Builder to create a
request.default CompletableFuture<ListLabelGroupsResponse> listLabelGroups(ListLabelGroupsRequest listLabelGroupsRequest)
Returns a list of the label groups.
listLabelGroupsRequest - default CompletableFuture<ListLabelGroupsResponse> listLabelGroups(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
This is a convenience which creates an instance of the ListLabelGroupsRequest.Builder avoiding the need
to create one manually via ListLabelGroupsRequest.builder()
listLabelGroupsRequest - A Consumer that will call methods on ListLabelGroupsRequest.Builder to create a request.default ListLabelGroupsPublisher listLabelGroupsPaginator(ListLabelGroupsRequest listLabelGroupsRequest)
Returns a list of the label groups.
This is a variant of
listLabelGroups(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsPublisher publisher = client.listLabelGroupsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsPublisher publisher = client.listLabelGroupsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLabelGroups(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest)
operation.
listLabelGroupsRequest - default ListLabelGroupsPublisher listLabelGroupsPaginator(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
This is a variant of
listLabelGroups(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsPublisher publisher = client.listLabelGroupsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsPublisher publisher = client.listLabelGroupsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLabelGroups(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest)
operation.
This is a convenience which creates an instance of the ListLabelGroupsRequest.Builder avoiding the need
to create one manually via ListLabelGroupsRequest.builder()
listLabelGroupsRequest - A Consumer that will call methods on ListLabelGroupsRequest.Builder to create a request.default CompletableFuture<ListLabelsResponse> listLabels(ListLabelsRequest listLabelsRequest)
Provides a list of labels.
listLabelsRequest - default CompletableFuture<ListLabelsResponse> listLabels(Consumer<ListLabelsRequest.Builder> listLabelsRequest)
Provides a list of labels.
This is a convenience which creates an instance of the ListLabelsRequest.Builder avoiding the need to
create one manually via ListLabelsRequest.builder()
listLabelsRequest - A Consumer that will call methods on ListLabelsRequest.Builder to create a request.default ListLabelsPublisher listLabelsPaginator(ListLabelsRequest listLabelsRequest)
Provides a list of labels.
This is a variant of
listLabels(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsPublisher publisher = client.listLabelsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsPublisher publisher = client.listLabelsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListLabelsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLabels(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest) operation.
listLabelsRequest - default ListLabelsPublisher listLabelsPaginator(Consumer<ListLabelsRequest.Builder> listLabelsRequest)
Provides a list of labels.
This is a variant of
listLabels(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsPublisher publisher = client.listLabelsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsPublisher publisher = client.listLabelsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListLabelsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLabels(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest) operation.
This is a convenience which creates an instance of the ListLabelsRequest.Builder avoiding the need to
create one manually via ListLabelsRequest.builder()
listLabelsRequest - A Consumer that will call methods on ListLabelsRequest.Builder to create a request.default CompletableFuture<ListModelsResponse> listModels(ListModelsRequest listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
listModelsRequest - default CompletableFuture<ListModelsResponse> listModels(Consumer<ListModelsRequest.Builder> listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
This is a convenience which creates an instance of the ListModelsRequest.Builder avoiding the need to
create one manually via ListModelsRequest.builder()
listModelsRequest - A Consumer that will call methods on ListModelsRequest.Builder to create a request.default ListModelsPublisher listModelsPaginator(ListModelsRequest listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
This is a variant of
listModels(software.amazon.awssdk.services.lookoutequipment.model.ListModelsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListModelsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListModelsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModels(software.amazon.awssdk.services.lookoutequipment.model.ListModelsRequest) operation.
listModelsRequest - default ListModelsPublisher listModelsPaginator(Consumer<ListModelsRequest.Builder> listModelsRequest)
Generates a list of all models in the account, including model name and ARN, dataset, and status.
This is a variant of
listModels(software.amazon.awssdk.services.lookoutequipment.model.ListModelsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListModelsPublisher publisher = client.listModelsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListModelsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListModelsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModels(software.amazon.awssdk.services.lookoutequipment.model.ListModelsRequest) operation.
This is a convenience which creates an instance of the ListModelsRequest.Builder avoiding the need to
create one manually via ListModelsRequest.builder()
listModelsRequest - A Consumer that will call methods on ListModelsRequest.Builder to create a request.default CompletableFuture<ListSensorStatisticsResponse> listSensorStatistics(ListSensorStatisticsRequest listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
listSensorStatisticsRequest - default CompletableFuture<ListSensorStatisticsResponse> listSensorStatistics(Consumer<ListSensorStatisticsRequest.Builder> listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
This is a convenience which creates an instance of the ListSensorStatisticsRequest.Builder avoiding the
need to create one manually via ListSensorStatisticsRequest.builder()
listSensorStatisticsRequest - A Consumer that will call methods on ListSensorStatisticsRequest.Builder to create a
request.default ListSensorStatisticsPublisher listSensorStatisticsPaginator(ListSensorStatisticsRequest listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
This is a variant of
listSensorStatistics(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsPublisher publisher = client.listSensorStatisticsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsPublisher publisher = client.listSensorStatisticsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSensorStatistics(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsRequest)
operation.
listSensorStatisticsRequest - default ListSensorStatisticsPublisher listSensorStatisticsPaginator(Consumer<ListSensorStatisticsRequest.Builder> listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
This is a variant of
listSensorStatistics(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsPublisher publisher = client.listSensorStatisticsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsPublisher publisher = client.listSensorStatisticsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSensorStatistics(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsRequest)
operation.
This is a convenience which creates an instance of the ListSensorStatisticsRequest.Builder avoiding the
need to create one manually via ListSensorStatisticsRequest.builder()
listSensorStatisticsRequest - A Consumer that will call methods on ListSensorStatisticsRequest.Builder to create a
request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all the tags for a specified resource, including key and value.
listTagsForResourceRequest - default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all the tags for a specified resource, including key and value.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.default CompletableFuture<StartDataIngestionJobResponse> startDataIngestionJob(StartDataIngestionJobRequest startDataIngestionJobRequest)
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
startDataIngestionJobRequest - default CompletableFuture<StartDataIngestionJobResponse> startDataIngestionJob(Consumer<StartDataIngestionJobRequest.Builder> startDataIngestionJobRequest)
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
This is a convenience which creates an instance of the StartDataIngestionJobRequest.Builder avoiding the
need to create one manually via StartDataIngestionJobRequest.builder()
startDataIngestionJobRequest - A Consumer that will call methods on StartDataIngestionJobRequest.Builder to create a
request.default CompletableFuture<StartInferenceSchedulerResponse> startInferenceScheduler(StartInferenceSchedulerRequest startInferenceSchedulerRequest)
Starts an inference scheduler.
startInferenceSchedulerRequest - default CompletableFuture<StartInferenceSchedulerResponse> startInferenceScheduler(Consumer<StartInferenceSchedulerRequest.Builder> startInferenceSchedulerRequest)
Starts an inference scheduler.
This is a convenience which creates an instance of the StartInferenceSchedulerRequest.Builder avoiding
the need to create one manually via StartInferenceSchedulerRequest.builder()
startInferenceSchedulerRequest - A Consumer that will call methods on StartInferenceSchedulerRequest.Builder to create a
request.default CompletableFuture<StopInferenceSchedulerResponse> stopInferenceScheduler(StopInferenceSchedulerRequest stopInferenceSchedulerRequest)
Stops an inference scheduler.
stopInferenceSchedulerRequest - default CompletableFuture<StopInferenceSchedulerResponse> stopInferenceScheduler(Consumer<StopInferenceSchedulerRequest.Builder> stopInferenceSchedulerRequest)
Stops an inference scheduler.
This is a convenience which creates an instance of the StopInferenceSchedulerRequest.Builder avoiding the
need to create one manually via StopInferenceSchedulerRequest.builder()
stopInferenceSchedulerRequest - A Consumer that will call methods on StopInferenceSchedulerRequest.Builder to create a
request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.
tagResourceRequest - default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes a specific tag from a given resource. The tag is specified by its key.
untagResourceRequest - default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a specific tag from a given resource. The tag is specified by its key.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.default CompletableFuture<UpdateInferenceSchedulerResponse> updateInferenceScheduler(UpdateInferenceSchedulerRequest updateInferenceSchedulerRequest)
Updates an inference scheduler.
updateInferenceSchedulerRequest - default CompletableFuture<UpdateInferenceSchedulerResponse> updateInferenceScheduler(Consumer<UpdateInferenceSchedulerRequest.Builder> updateInferenceSchedulerRequest)
Updates an inference scheduler.
This is a convenience which creates an instance of the UpdateInferenceSchedulerRequest.Builder avoiding
the need to create one manually via UpdateInferenceSchedulerRequest.builder()
updateInferenceSchedulerRequest - A Consumer that will call methods on UpdateInferenceSchedulerRequest.Builder to create a
request.default CompletableFuture<UpdateLabelGroupResponse> updateLabelGroup(UpdateLabelGroupRequest updateLabelGroupRequest)
Updates the label group.
updateLabelGroupRequest - default CompletableFuture<UpdateLabelGroupResponse> updateLabelGroup(Consumer<UpdateLabelGroupRequest.Builder> updateLabelGroupRequest)
Updates the label group.
This is a convenience which creates an instance of the UpdateLabelGroupRequest.Builder avoiding the need
to create one manually via UpdateLabelGroupRequest.builder()
updateLabelGroupRequest - A Consumer that will call methods on UpdateLabelGroupRequest.Builder to create a request.Copyright © 2022. All rights reserved.