| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateEntityToThingResponse |
IoTThingsGraphClient.associateEntityToThing(AssociateEntityToThingRequest associateEntityToThingRequest)
Associates a device with a concrete thing that is in the user's registry.
|
default AssociateEntityToThingResponse |
IoTThingsGraphClient.associateEntityToThing(Consumer<AssociateEntityToThingRequest.Builder> associateEntityToThingRequest)
Associates a device with a concrete thing that is in the user's registry.
|
default CreateFlowTemplateResponse |
IoTThingsGraphClient.createFlowTemplate(Consumer<CreateFlowTemplateRequest.Builder> createFlowTemplateRequest)
Creates a workflow template.
|
default CreateFlowTemplateResponse |
IoTThingsGraphClient.createFlowTemplate(CreateFlowTemplateRequest createFlowTemplateRequest)
Creates a workflow template.
|
default CreateSystemInstanceResponse |
IoTThingsGraphClient.createSystemInstance(Consumer<CreateSystemInstanceRequest.Builder> createSystemInstanceRequest)
Creates a system instance.
|
default CreateSystemInstanceResponse |
IoTThingsGraphClient.createSystemInstance(CreateSystemInstanceRequest createSystemInstanceRequest)
Creates a system instance.
|
default CreateSystemTemplateResponse |
IoTThingsGraphClient.createSystemTemplate(Consumer<CreateSystemTemplateRequest.Builder> createSystemTemplateRequest)
Creates a system.
|
default CreateSystemTemplateResponse |
IoTThingsGraphClient.createSystemTemplate(CreateSystemTemplateRequest createSystemTemplateRequest)
Creates a system.
|
default DeleteFlowTemplateResponse |
IoTThingsGraphClient.deleteFlowTemplate(Consumer<DeleteFlowTemplateRequest.Builder> deleteFlowTemplateRequest)
Deletes a workflow.
|
default DeleteFlowTemplateResponse |
IoTThingsGraphClient.deleteFlowTemplate(DeleteFlowTemplateRequest deleteFlowTemplateRequest)
Deletes a workflow.
|
default DeleteSystemInstanceResponse |
IoTThingsGraphClient.deleteSystemInstance(Consumer<DeleteSystemInstanceRequest.Builder> deleteSystemInstanceRequest)
Deletes a system instance.
|
default DeleteSystemInstanceResponse |
IoTThingsGraphClient.deleteSystemInstance(DeleteSystemInstanceRequest deleteSystemInstanceRequest)
Deletes a system instance.
|
default DeleteSystemTemplateResponse |
IoTThingsGraphClient.deleteSystemTemplate(Consumer<DeleteSystemTemplateRequest.Builder> deleteSystemTemplateRequest)
Deletes a system.
|
default DeleteSystemTemplateResponse |
IoTThingsGraphClient.deleteSystemTemplate(DeleteSystemTemplateRequest deleteSystemTemplateRequest)
Deletes a system.
|
default DeploySystemInstanceResponse |
IoTThingsGraphClient.deploySystemInstance(Consumer<DeploySystemInstanceRequest.Builder> deploySystemInstanceRequest)
Greengrass and Cloud Deployments
|
default DeploySystemInstanceResponse |
IoTThingsGraphClient.deploySystemInstance(DeploySystemInstanceRequest deploySystemInstanceRequest)
Greengrass and Cloud Deployments
|
default DeprecateFlowTemplateResponse |
IoTThingsGraphClient.deprecateFlowTemplate(Consumer<DeprecateFlowTemplateRequest.Builder> deprecateFlowTemplateRequest)
Deprecates the specified workflow.
|
default DeprecateFlowTemplateResponse |
IoTThingsGraphClient.deprecateFlowTemplate(DeprecateFlowTemplateRequest deprecateFlowTemplateRequest)
Deprecates the specified workflow.
|
default DeprecateSystemTemplateResponse |
IoTThingsGraphClient.deprecateSystemTemplate(Consumer<DeprecateSystemTemplateRequest.Builder> deprecateSystemTemplateRequest)
Deprecates the specified system.
|
default DeprecateSystemTemplateResponse |
IoTThingsGraphClient.deprecateSystemTemplate(DeprecateSystemTemplateRequest deprecateSystemTemplateRequest)
Deprecates the specified system.
|
default DescribeNamespaceResponse |
IoTThingsGraphClient.describeNamespace(Consumer<DescribeNamespaceRequest.Builder> describeNamespaceRequest)
Gets the latest version of the user's namespace and the public version that it is tracking.
|
default DescribeNamespaceResponse |
IoTThingsGraphClient.describeNamespace(DescribeNamespaceRequest describeNamespaceRequest)
Gets the latest version of the user's namespace and the public version that it is tracking.
|
default DissociateEntityFromThingResponse |
IoTThingsGraphClient.dissociateEntityFromThing(Consumer<DissociateEntityFromThingRequest.Builder> dissociateEntityFromThingRequest)
Dissociates a device entity from a concrete thing.
|
default DissociateEntityFromThingResponse |
IoTThingsGraphClient.dissociateEntityFromThing(DissociateEntityFromThingRequest dissociateEntityFromThingRequest)
Dissociates a device entity from a concrete thing.
|
default GetEntitiesResponse |
IoTThingsGraphClient.getEntities(Consumer<GetEntitiesRequest.Builder> getEntitiesRequest)
Gets definitions of the specified entities.
|
default GetEntitiesResponse |
IoTThingsGraphClient.getEntities(GetEntitiesRequest getEntitiesRequest)
Gets definitions of the specified entities.
|
default GetFlowTemplateResponse |
IoTThingsGraphClient.getFlowTemplate(Consumer<GetFlowTemplateRequest.Builder> getFlowTemplateRequest)
Gets the latest version of the
DefinitionDocument and FlowTemplateSummary for the
specified workflow. |
default GetFlowTemplateResponse |
IoTThingsGraphClient.getFlowTemplate(GetFlowTemplateRequest getFlowTemplateRequest)
Gets the latest version of the
DefinitionDocument and FlowTemplateSummary for the
specified workflow. |
default GetFlowTemplateRevisionsResponse |
IoTThingsGraphClient.getFlowTemplateRevisions(Consumer<GetFlowTemplateRevisionsRequest.Builder> getFlowTemplateRevisionsRequest)
Gets revisions of the specified workflow.
|
default GetFlowTemplateRevisionsResponse |
IoTThingsGraphClient.getFlowTemplateRevisions(GetFlowTemplateRevisionsRequest getFlowTemplateRevisionsRequest)
Gets revisions of the specified workflow.
|
default GetFlowTemplateRevisionsIterable |
IoTThingsGraphClient.getFlowTemplateRevisionsPaginator(Consumer<GetFlowTemplateRevisionsRequest.Builder> getFlowTemplateRevisionsRequest)
Gets revisions of the specified workflow.
|
default GetFlowTemplateRevisionsIterable |
IoTThingsGraphClient.getFlowTemplateRevisionsPaginator(GetFlowTemplateRevisionsRequest getFlowTemplateRevisionsRequest)
Gets revisions of the specified workflow.
|
default GetNamespaceDeletionStatusResponse |
IoTThingsGraphClient.getNamespaceDeletionStatus(Consumer<GetNamespaceDeletionStatusRequest.Builder> getNamespaceDeletionStatusRequest)
Gets the status of a namespace deletion task.
|
default GetNamespaceDeletionStatusResponse |
IoTThingsGraphClient.getNamespaceDeletionStatus(GetNamespaceDeletionStatusRequest getNamespaceDeletionStatusRequest)
Gets the status of a namespace deletion task.
|
default GetSystemInstanceResponse |
IoTThingsGraphClient.getSystemInstance(Consumer<GetSystemInstanceRequest.Builder> getSystemInstanceRequest)
Gets a system instance.
|
default GetSystemInstanceResponse |
IoTThingsGraphClient.getSystemInstance(GetSystemInstanceRequest getSystemInstanceRequest)
Gets a system instance.
|
default GetSystemTemplateResponse |
IoTThingsGraphClient.getSystemTemplate(Consumer<GetSystemTemplateRequest.Builder> getSystemTemplateRequest)
Gets a system.
|
default GetSystemTemplateResponse |
IoTThingsGraphClient.getSystemTemplate(GetSystemTemplateRequest getSystemTemplateRequest)
Gets a system.
|
default GetSystemTemplateRevisionsResponse |
IoTThingsGraphClient.getSystemTemplateRevisions(Consumer<GetSystemTemplateRevisionsRequest.Builder> getSystemTemplateRevisionsRequest)
Gets revisions made to the specified system template.
|
default GetSystemTemplateRevisionsResponse |
IoTThingsGraphClient.getSystemTemplateRevisions(GetSystemTemplateRevisionsRequest getSystemTemplateRevisionsRequest)
Gets revisions made to the specified system template.
|
default GetSystemTemplateRevisionsIterable |
IoTThingsGraphClient.getSystemTemplateRevisionsPaginator(Consumer<GetSystemTemplateRevisionsRequest.Builder> getSystemTemplateRevisionsRequest)
Gets revisions made to the specified system template.
|
default GetSystemTemplateRevisionsIterable |
IoTThingsGraphClient.getSystemTemplateRevisionsPaginator(GetSystemTemplateRevisionsRequest getSystemTemplateRevisionsRequest)
Gets revisions made to the specified system template.
|
default GetUploadStatusResponse |
IoTThingsGraphClient.getUploadStatus(Consumer<GetUploadStatusRequest.Builder> getUploadStatusRequest)
Gets the status of the specified upload.
|
default GetUploadStatusResponse |
IoTThingsGraphClient.getUploadStatus(GetUploadStatusRequest getUploadStatusRequest)
Gets the status of the specified upload.
|
default ListFlowExecutionMessagesResponse |
IoTThingsGraphClient.listFlowExecutionMessages(Consumer<ListFlowExecutionMessagesRequest.Builder> listFlowExecutionMessagesRequest)
Returns a list of objects that contain information about events in a flow execution.
|
default ListFlowExecutionMessagesResponse |
IoTThingsGraphClient.listFlowExecutionMessages(ListFlowExecutionMessagesRequest listFlowExecutionMessagesRequest)
Returns a list of objects that contain information about events in a flow execution.
|
default ListFlowExecutionMessagesIterable |
IoTThingsGraphClient.listFlowExecutionMessagesPaginator(Consumer<ListFlowExecutionMessagesRequest.Builder> listFlowExecutionMessagesRequest)
Returns a list of objects that contain information about events in a flow execution.
|
default ListFlowExecutionMessagesIterable |
IoTThingsGraphClient.listFlowExecutionMessagesPaginator(ListFlowExecutionMessagesRequest listFlowExecutionMessagesRequest)
Returns a list of objects that contain information about events in a flow execution.
|
default ListTagsForResourceResponse |
IoTThingsGraphClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags on an AWS IoT Things Graph resource.
|
default ListTagsForResourceResponse |
IoTThingsGraphClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on an AWS IoT Things Graph resource.
|
default ListTagsForResourceIterable |
IoTThingsGraphClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags on an AWS IoT Things Graph resource.
|
default ListTagsForResourceIterable |
IoTThingsGraphClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on an AWS IoT Things Graph resource.
|
default SearchEntitiesResponse |
IoTThingsGraphClient.searchEntities(Consumer<SearchEntitiesRequest.Builder> searchEntitiesRequest)
Searches for entities of the specified type.
|
default SearchEntitiesResponse |
IoTThingsGraphClient.searchEntities(SearchEntitiesRequest searchEntitiesRequest)
Searches for entities of the specified type.
|
default SearchEntitiesIterable |
IoTThingsGraphClient.searchEntitiesPaginator(Consumer<SearchEntitiesRequest.Builder> searchEntitiesRequest)
Searches for entities of the specified type.
|
default SearchEntitiesIterable |
IoTThingsGraphClient.searchEntitiesPaginator(SearchEntitiesRequest searchEntitiesRequest)
Searches for entities of the specified type.
|
default SearchFlowExecutionsResponse |
IoTThingsGraphClient.searchFlowExecutions(Consumer<SearchFlowExecutionsRequest.Builder> searchFlowExecutionsRequest)
Searches for AWS IoT Things Graph workflow execution instances.
|
default SearchFlowExecutionsResponse |
IoTThingsGraphClient.searchFlowExecutions(SearchFlowExecutionsRequest searchFlowExecutionsRequest)
Searches for AWS IoT Things Graph workflow execution instances.
|
default SearchFlowExecutionsIterable |
IoTThingsGraphClient.searchFlowExecutionsPaginator(Consumer<SearchFlowExecutionsRequest.Builder> searchFlowExecutionsRequest)
Searches for AWS IoT Things Graph workflow execution instances.
|
default SearchFlowExecutionsIterable |
IoTThingsGraphClient.searchFlowExecutionsPaginator(SearchFlowExecutionsRequest searchFlowExecutionsRequest)
Searches for AWS IoT Things Graph workflow execution instances.
|
default SearchFlowTemplatesResponse |
IoTThingsGraphClient.searchFlowTemplates(Consumer<SearchFlowTemplatesRequest.Builder> searchFlowTemplatesRequest)
Searches for summary information about workflows.
|
default SearchFlowTemplatesResponse |
IoTThingsGraphClient.searchFlowTemplates(SearchFlowTemplatesRequest searchFlowTemplatesRequest)
Searches for summary information about workflows.
|
default SearchFlowTemplatesIterable |
IoTThingsGraphClient.searchFlowTemplatesPaginator(Consumer<SearchFlowTemplatesRequest.Builder> searchFlowTemplatesRequest)
Searches for summary information about workflows.
|
default SearchFlowTemplatesIterable |
IoTThingsGraphClient.searchFlowTemplatesPaginator(SearchFlowTemplatesRequest searchFlowTemplatesRequest)
Searches for summary information about workflows.
|
default SearchSystemInstancesResponse |
IoTThingsGraphClient.searchSystemInstances(Consumer<SearchSystemInstancesRequest.Builder> searchSystemInstancesRequest)
Searches for system instances in the user's account.
|
default SearchSystemInstancesResponse |
IoTThingsGraphClient.searchSystemInstances(SearchSystemInstancesRequest searchSystemInstancesRequest)
Searches for system instances in the user's account.
|
default SearchSystemInstancesIterable |
IoTThingsGraphClient.searchSystemInstancesPaginator(Consumer<SearchSystemInstancesRequest.Builder> searchSystemInstancesRequest)
Searches for system instances in the user's account.
|
default SearchSystemInstancesIterable |
IoTThingsGraphClient.searchSystemInstancesPaginator(SearchSystemInstancesRequest searchSystemInstancesRequest)
Searches for system instances in the user's account.
|
default SearchSystemTemplatesResponse |
IoTThingsGraphClient.searchSystemTemplates(Consumer<SearchSystemTemplatesRequest.Builder> searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
default SearchSystemTemplatesResponse |
IoTThingsGraphClient.searchSystemTemplates(SearchSystemTemplatesRequest searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
default SearchSystemTemplatesIterable |
IoTThingsGraphClient.searchSystemTemplatesPaginator(Consumer<SearchSystemTemplatesRequest.Builder> searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
default SearchSystemTemplatesIterable |
IoTThingsGraphClient.searchSystemTemplatesPaginator(SearchSystemTemplatesRequest searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
default SearchThingsResponse |
IoTThingsGraphClient.searchThings(Consumer<SearchThingsRequest.Builder> searchThingsRequest)
Searches for things associated with the specified entity.
|
default SearchThingsResponse |
IoTThingsGraphClient.searchThings(SearchThingsRequest searchThingsRequest)
Searches for things associated with the specified entity.
|
default SearchThingsIterable |
IoTThingsGraphClient.searchThingsPaginator(Consumer<SearchThingsRequest.Builder> searchThingsRequest)
Searches for things associated with the specified entity.
|
default SearchThingsIterable |
IoTThingsGraphClient.searchThingsPaginator(SearchThingsRequest searchThingsRequest)
Searches for things associated with the specified entity.
|
default TagResourceResponse |
IoTThingsGraphClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Creates a tag for the specified resource.
|
default TagResourceResponse |
IoTThingsGraphClient.tagResource(TagResourceRequest tagResourceRequest)
Creates a tag for the specified resource.
|
default UndeploySystemInstanceResponse |
IoTThingsGraphClient.undeploySystemInstance(Consumer<UndeploySystemInstanceRequest.Builder> undeploySystemInstanceRequest)
Removes a system instance from its target (Cloud or Greengrass).
|
default UndeploySystemInstanceResponse |
IoTThingsGraphClient.undeploySystemInstance(UndeploySystemInstanceRequest undeploySystemInstanceRequest)
Removes a system instance from its target (Cloud or Greengrass).
|
default UntagResourceResponse |
IoTThingsGraphClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag from the specified resource.
|
default UntagResourceResponse |
IoTThingsGraphClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from the specified resource.
|
default UpdateFlowTemplateResponse |
IoTThingsGraphClient.updateFlowTemplate(Consumer<UpdateFlowTemplateRequest.Builder> updateFlowTemplateRequest)
Updates the specified workflow.
|
default UpdateFlowTemplateResponse |
IoTThingsGraphClient.updateFlowTemplate(UpdateFlowTemplateRequest updateFlowTemplateRequest)
Updates the specified workflow.
|
default UpdateSystemTemplateResponse |
IoTThingsGraphClient.updateSystemTemplate(Consumer<UpdateSystemTemplateRequest.Builder> updateSystemTemplateRequest)
Updates the specified system.
|
default UpdateSystemTemplateResponse |
IoTThingsGraphClient.updateSystemTemplate(UpdateSystemTemplateRequest updateSystemTemplateRequest)
Updates the specified system.
|
default UploadEntityDefinitionsResponse |
IoTThingsGraphClient.uploadEntityDefinitions(Consumer<UploadEntityDefinitionsRequest.Builder> uploadEntityDefinitionsRequest)
Asynchronously uploads one or more entity definitions to the user's namespace.
|
default UploadEntityDefinitionsResponse |
IoTThingsGraphClient.uploadEntityDefinitions(UploadEntityDefinitionsRequest uploadEntityDefinitionsRequest)
Asynchronously uploads one or more entity definitions to the user's namespace.
|
Copyright © 2021. All rights reserved.