@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSIoTDeviceAdvisorAsync extends AWSIoTDeviceAdvisor
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSIoTDeviceAdvisorAsync
instead.
AWS IoT Core Device Advisor is a cloud-based, fully managed test capability for validating IoT devices during device software development. Device Advisor provides pre-built tests that you can use to validate IoT devices for reliable and secure connectivity with AWS IoT Core before deploying devices to production. By using Device Advisor, you can confirm that your devices can connect to AWS IoT Core, follow security best practices and, if applicable, receive software updates from IoT Device Management. You can also download signed qualification reports to submit to the AWS Partner Network to get your device qualified for the AWS Partner Device Catalog without the need to send your device in and wait for it to be tested.
ENDPOINT_PREFIX
createSuiteDefinition, deleteSuiteDefinition, getCachedResponseMetadata, getSuiteDefinition, getSuiteRun, getSuiteRunReport, listSuiteDefinitions, listSuiteRuns, listTagsForResource, shutdown, startSuiteRun, stopSuiteRun, tagResource, untagResource, updateSuiteDefinition
Future<CreateSuiteDefinitionResult> createSuiteDefinitionAsync(CreateSuiteDefinitionRequest createSuiteDefinitionRequest)
Creates a Device Advisor test suite.
createSuiteDefinitionRequest
- Future<CreateSuiteDefinitionResult> createSuiteDefinitionAsync(CreateSuiteDefinitionRequest createSuiteDefinitionRequest, AsyncHandler<CreateSuiteDefinitionRequest,CreateSuiteDefinitionResult> asyncHandler)
Creates a Device Advisor test suite.
createSuiteDefinitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSuiteDefinitionResult> deleteSuiteDefinitionAsync(DeleteSuiteDefinitionRequest deleteSuiteDefinitionRequest)
Deletes a Device Advisor test suite.
deleteSuiteDefinitionRequest
- Future<DeleteSuiteDefinitionResult> deleteSuiteDefinitionAsync(DeleteSuiteDefinitionRequest deleteSuiteDefinitionRequest, AsyncHandler<DeleteSuiteDefinitionRequest,DeleteSuiteDefinitionResult> asyncHandler)
Deletes a Device Advisor test suite.
deleteSuiteDefinitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSuiteDefinitionResult> getSuiteDefinitionAsync(GetSuiteDefinitionRequest getSuiteDefinitionRequest)
Gets information about a Device Advisor test suite.
getSuiteDefinitionRequest
- Future<GetSuiteDefinitionResult> getSuiteDefinitionAsync(GetSuiteDefinitionRequest getSuiteDefinitionRequest, AsyncHandler<GetSuiteDefinitionRequest,GetSuiteDefinitionResult> asyncHandler)
Gets information about a Device Advisor test suite.
getSuiteDefinitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSuiteRunResult> getSuiteRunAsync(GetSuiteRunRequest getSuiteRunRequest)
Gets information about a Device Advisor test suite run.
getSuiteRunRequest
- Future<GetSuiteRunResult> getSuiteRunAsync(GetSuiteRunRequest getSuiteRunRequest, AsyncHandler<GetSuiteRunRequest,GetSuiteRunResult> asyncHandler)
Gets information about a Device Advisor test suite run.
getSuiteRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSuiteRunReportResult> getSuiteRunReportAsync(GetSuiteRunReportRequest getSuiteRunReportRequest)
Gets a report download link for a successful Device Advisor qualifying test suite run.
getSuiteRunReportRequest
- Future<GetSuiteRunReportResult> getSuiteRunReportAsync(GetSuiteRunReportRequest getSuiteRunReportRequest, AsyncHandler<GetSuiteRunReportRequest,GetSuiteRunReportResult> asyncHandler)
Gets a report download link for a successful Device Advisor qualifying test suite run.
getSuiteRunReportRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSuiteDefinitionsResult> listSuiteDefinitionsAsync(ListSuiteDefinitionsRequest listSuiteDefinitionsRequest)
Lists the Device Advisor test suites you have created.
listSuiteDefinitionsRequest
- Future<ListSuiteDefinitionsResult> listSuiteDefinitionsAsync(ListSuiteDefinitionsRequest listSuiteDefinitionsRequest, AsyncHandler<ListSuiteDefinitionsRequest,ListSuiteDefinitionsResult> asyncHandler)
Lists the Device Advisor test suites you have created.
listSuiteDefinitionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSuiteRunsResult> listSuiteRunsAsync(ListSuiteRunsRequest listSuiteRunsRequest)
Lists the runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.
listSuiteRunsRequest
- Future<ListSuiteRunsResult> listSuiteRunsAsync(ListSuiteRunsRequest listSuiteRunsRequest, AsyncHandler<ListSuiteRunsRequest,ListSuiteRunsResult> asyncHandler)
Lists the runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.
listSuiteRunsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags attached to an IoT Device Advisor resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags attached to an IoT Device Advisor resource.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartSuiteRunResult> startSuiteRunAsync(StartSuiteRunRequest startSuiteRunRequest)
Starts a Device Advisor test suite run.
startSuiteRunRequest
- Future<StartSuiteRunResult> startSuiteRunAsync(StartSuiteRunRequest startSuiteRunRequest, AsyncHandler<StartSuiteRunRequest,StartSuiteRunResult> asyncHandler)
Starts a Device Advisor test suite run.
startSuiteRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopSuiteRunResult> stopSuiteRunAsync(StopSuiteRunRequest stopSuiteRunRequest)
Stops a Device Advisor test suite run that is currently running.
stopSuiteRunRequest
- Future<StopSuiteRunResult> stopSuiteRunAsync(StopSuiteRunRequest stopSuiteRunRequest, AsyncHandler<StopSuiteRunRequest,StopSuiteRunResult> asyncHandler)
Stops a Device Advisor test suite run that is currently running.
stopSuiteRunRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds to and modifies existing tags of an IoT Device Advisor resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds to and modifies existing tags of an IoT Device Advisor resource.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from an IoT Device Advisor resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from an IoT Device Advisor resource.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateSuiteDefinitionResult> updateSuiteDefinitionAsync(UpdateSuiteDefinitionRequest updateSuiteDefinitionRequest)
Updates a Device Advisor test suite.
updateSuiteDefinitionRequest
- Future<UpdateSuiteDefinitionResult> updateSuiteDefinitionAsync(UpdateSuiteDefinitionRequest updateSuiteDefinitionRequest, AsyncHandler<UpdateSuiteDefinitionRequest,UpdateSuiteDefinitionResult> asyncHandler)
Updates a Device Advisor test suite.
updateSuiteDefinitionRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.