com.amazonaws.services.iottwinmaker.AWSIoTTwinMakerAsync Maven / Gradle / Ivy
Show all versions of aws-java-sdk-iottwinmaker Show documentation
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.iottwinmaker;
import javax.annotation.Generated;
import com.amazonaws.services.iottwinmaker.model.*;
/**
* Interface for accessing AWS IoT TwinMaker asynchronously. Each asynchronous method will return a Java Future object
* representing the asynchronous operation; overloads which accept an {@code 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
* {@link com.amazonaws.services.iottwinmaker.AbstractAWSIoTTwinMakerAsync} instead.
*
*
*
*
* TwinMaker is in public preview and is subject to change.
*
*
*
* IoT TwinMaker is a service that enables you to build operational digital twins of physical systems. IoT TwinMaker
* overlays measurements and analysis from real-world sensors, cameras, and enterprise applications so you can create
* data visualizations to monitor your physical factory, building, or industrial plant. You can use this real-world data
* to monitor operations and diagnose and repair errors.
*
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public interface AWSIoTTwinMakerAsync extends AWSIoTTwinMaker {
/**
*
* Sets values for multiple time series properties.
*
*
* @param batchPutPropertyValuesRequest
* @return A Java Future containing the result of the BatchPutPropertyValues operation returned by the service.
* @sample AWSIoTTwinMakerAsync.BatchPutPropertyValues
* @see AWS API Documentation
*/
java.util.concurrent.Future batchPutPropertyValuesAsync(BatchPutPropertyValuesRequest batchPutPropertyValuesRequest);
/**
*
* Sets values for multiple time series properties.
*
*
* @param batchPutPropertyValuesRequest
* @param 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.
* @return A Java Future containing the result of the BatchPutPropertyValues operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.BatchPutPropertyValues
* @see AWS API Documentation
*/
java.util.concurrent.Future batchPutPropertyValuesAsync(BatchPutPropertyValuesRequest batchPutPropertyValuesRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Creates a component type.
*
*
*
* TwinMaker is in public preview and is subject to change.
*
*
*
* @param createComponentTypeRequest
* @return A Java Future containing the result of the CreateComponentType operation returned by the service.
* @sample AWSIoTTwinMakerAsync.CreateComponentType
* @see AWS API Documentation
*/
java.util.concurrent.Future createComponentTypeAsync(CreateComponentTypeRequest createComponentTypeRequest);
/**
*
* Creates a component type.
*
*
*
* TwinMaker is in public preview and is subject to change.
*
*
*
* @param createComponentTypeRequest
* @param 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.
* @return A Java Future containing the result of the CreateComponentType operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.CreateComponentType
* @see AWS API Documentation
*/
java.util.concurrent.Future createComponentTypeAsync(CreateComponentTypeRequest createComponentTypeRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Creates an entity.
*
*
* @param createEntityRequest
* @return A Java Future containing the result of the CreateEntity operation returned by the service.
* @sample AWSIoTTwinMakerAsync.CreateEntity
* @see AWS API
* Documentation
*/
java.util.concurrent.Future createEntityAsync(CreateEntityRequest createEntityRequest);
/**
*
* Creates an entity.
*
*
* @param createEntityRequest
* @param 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.
* @return A Java Future containing the result of the CreateEntity operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.CreateEntity
* @see AWS API
* Documentation
*/
java.util.concurrent.Future createEntityAsync(CreateEntityRequest createEntityRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Creates a scene.
*
*
* @param createSceneRequest
* @return A Java Future containing the result of the CreateScene operation returned by the service.
* @sample AWSIoTTwinMakerAsync.CreateScene
* @see AWS API
* Documentation
*/
java.util.concurrent.Future createSceneAsync(CreateSceneRequest createSceneRequest);
/**
*
* Creates a scene.
*
*
* @param createSceneRequest
* @param 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.
* @return A Java Future containing the result of the CreateScene operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.CreateScene
* @see AWS API
* Documentation
*/
java.util.concurrent.Future createSceneAsync(CreateSceneRequest createSceneRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Creates a workplace.
*
*
* @param createWorkspaceRequest
* @return A Java Future containing the result of the CreateWorkspace operation returned by the service.
* @sample AWSIoTTwinMakerAsync.CreateWorkspace
* @see AWS
* API Documentation
*/
java.util.concurrent.Future createWorkspaceAsync(CreateWorkspaceRequest createWorkspaceRequest);
/**
*
* Creates a workplace.
*
*
* @param createWorkspaceRequest
* @param 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.
* @return A Java Future containing the result of the CreateWorkspace operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.CreateWorkspace
* @see AWS
* API Documentation
*/
java.util.concurrent.Future createWorkspaceAsync(CreateWorkspaceRequest createWorkspaceRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Deletes a component type.
*
*
* @param deleteComponentTypeRequest
* @return A Java Future containing the result of the DeleteComponentType operation returned by the service.
* @sample AWSIoTTwinMakerAsync.DeleteComponentType
* @see AWS API Documentation
*/
java.util.concurrent.Future deleteComponentTypeAsync(DeleteComponentTypeRequest deleteComponentTypeRequest);
/**
*
* Deletes a component type.
*
*
* @param deleteComponentTypeRequest
* @param 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.
* @return A Java Future containing the result of the DeleteComponentType operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.DeleteComponentType
* @see AWS API Documentation
*/
java.util.concurrent.Future deleteComponentTypeAsync(DeleteComponentTypeRequest deleteComponentTypeRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Deletes an entity.
*
*
* @param deleteEntityRequest
* @return A Java Future containing the result of the DeleteEntity operation returned by the service.
* @sample AWSIoTTwinMakerAsync.DeleteEntity
* @see AWS API
* Documentation
*/
java.util.concurrent.Future deleteEntityAsync(DeleteEntityRequest deleteEntityRequest);
/**
*
* Deletes an entity.
*
*
* @param deleteEntityRequest
* @param 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.
* @return A Java Future containing the result of the DeleteEntity operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.DeleteEntity
* @see AWS API
* Documentation
*/
java.util.concurrent.Future deleteEntityAsync(DeleteEntityRequest deleteEntityRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Deletes a scene.
*
*
* @param deleteSceneRequest
* @return A Java Future containing the result of the DeleteScene operation returned by the service.
* @sample AWSIoTTwinMakerAsync.DeleteScene
* @see AWS API
* Documentation
*/
java.util.concurrent.Future deleteSceneAsync(DeleteSceneRequest deleteSceneRequest);
/**
*
* Deletes a scene.
*
*
* @param deleteSceneRequest
* @param 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.
* @return A Java Future containing the result of the DeleteScene operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.DeleteScene
* @see AWS API
* Documentation
*/
java.util.concurrent.Future deleteSceneAsync(DeleteSceneRequest deleteSceneRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Deletes a workspace.
*
*
* @param deleteWorkspaceRequest
* @return A Java Future containing the result of the DeleteWorkspace operation returned by the service.
* @sample AWSIoTTwinMakerAsync.DeleteWorkspace
* @see AWS
* API Documentation
*/
java.util.concurrent.Future deleteWorkspaceAsync(DeleteWorkspaceRequest deleteWorkspaceRequest);
/**
*
* Deletes a workspace.
*
*
* @param deleteWorkspaceRequest
* @param 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.
* @return A Java Future containing the result of the DeleteWorkspace operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.DeleteWorkspace
* @see AWS
* API Documentation
*/
java.util.concurrent.Future deleteWorkspaceAsync(DeleteWorkspaceRequest deleteWorkspaceRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Retrieves information about a component type.
*
*
* @param getComponentTypeRequest
* @return A Java Future containing the result of the GetComponentType operation returned by the service.
* @sample AWSIoTTwinMakerAsync.GetComponentType
* @see AWS
* API Documentation
*/
java.util.concurrent.Future getComponentTypeAsync(GetComponentTypeRequest getComponentTypeRequest);
/**
*
* Retrieves information about a component type.
*
*
* @param getComponentTypeRequest
* @param 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.
* @return A Java Future containing the result of the GetComponentType operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.GetComponentType
* @see AWS
* API Documentation
*/
java.util.concurrent.Future getComponentTypeAsync(GetComponentTypeRequest getComponentTypeRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Retrieves information about an entity.
*
*
* @param getEntityRequest
* @return A Java Future containing the result of the GetEntity operation returned by the service.
* @sample AWSIoTTwinMakerAsync.GetEntity
* @see AWS API
* Documentation
*/
java.util.concurrent.Future getEntityAsync(GetEntityRequest getEntityRequest);
/**
*
* Retrieves information about an entity.
*
*
* @param getEntityRequest
* @param 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.
* @return A Java Future containing the result of the GetEntity operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.GetEntity
* @see AWS API
* Documentation
*/
java.util.concurrent.Future getEntityAsync(GetEntityRequest getEntityRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Gets the property values for a component, component type, entity, or workspace.
*
*
* You must specify a value for either componentName
, componentTypeId
,
* entityId
, or workspaceId
.
*
*
* @param getPropertyValueRequest
* @return A Java Future containing the result of the GetPropertyValue operation returned by the service.
* @sample AWSIoTTwinMakerAsync.GetPropertyValue
* @see AWS
* API Documentation
*/
java.util.concurrent.Future getPropertyValueAsync(GetPropertyValueRequest getPropertyValueRequest);
/**
*
* Gets the property values for a component, component type, entity, or workspace.
*
*
* You must specify a value for either componentName
, componentTypeId
,
* entityId
, or workspaceId
.
*
*
* @param getPropertyValueRequest
* @param 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.
* @return A Java Future containing the result of the GetPropertyValue operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.GetPropertyValue
* @see AWS
* API Documentation
*/
java.util.concurrent.Future getPropertyValueAsync(GetPropertyValueRequest getPropertyValueRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Retrieves information about the history of a time series property value for a component, component type, entity,
* or workspace.
*
*
* You must specify a value for workspaceId
. For entity-specific queries, specify values for
* componentName
and entityId
. For cross-entity quries, specify a value for
* componentTypeId
.
*
*
* @param getPropertyValueHistoryRequest
* @return A Java Future containing the result of the GetPropertyValueHistory operation returned by the service.
* @sample AWSIoTTwinMakerAsync.GetPropertyValueHistory
* @see AWS API Documentation
*/
java.util.concurrent.Future getPropertyValueHistoryAsync(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest);
/**
*
* Retrieves information about the history of a time series property value for a component, component type, entity,
* or workspace.
*
*
* You must specify a value for workspaceId
. For entity-specific queries, specify values for
* componentName
and entityId
. For cross-entity quries, specify a value for
* componentTypeId
.
*
*
* @param getPropertyValueHistoryRequest
* @param 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.
* @return A Java Future containing the result of the GetPropertyValueHistory operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.GetPropertyValueHistory
* @see AWS API Documentation
*/
java.util.concurrent.Future getPropertyValueHistoryAsync(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Retrieves information about a scene.
*
*
* @param getSceneRequest
* @return A Java Future containing the result of the GetScene operation returned by the service.
* @sample AWSIoTTwinMakerAsync.GetScene
* @see AWS API
* Documentation
*/
java.util.concurrent.Future getSceneAsync(GetSceneRequest getSceneRequest);
/**
*
* Retrieves information about a scene.
*
*
* @param getSceneRequest
* @param 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.
* @return A Java Future containing the result of the GetScene operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.GetScene
* @see AWS API
* Documentation
*/
java.util.concurrent.Future getSceneAsync(GetSceneRequest getSceneRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Retrieves information about a workspace.
*
*
* @param getWorkspaceRequest
* @return A Java Future containing the result of the GetWorkspace operation returned by the service.
* @sample AWSIoTTwinMakerAsync.GetWorkspace
* @see AWS API
* Documentation
*/
java.util.concurrent.Future getWorkspaceAsync(GetWorkspaceRequest getWorkspaceRequest);
/**
*
* Retrieves information about a workspace.
*
*
* @param getWorkspaceRequest
* @param 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.
* @return A Java Future containing the result of the GetWorkspace operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.GetWorkspace
* @see AWS API
* Documentation
*/
java.util.concurrent.Future getWorkspaceAsync(GetWorkspaceRequest getWorkspaceRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Lists all component types in a workspace.
*
*
* @param listComponentTypesRequest
* @return A Java Future containing the result of the ListComponentTypes operation returned by the service.
* @sample AWSIoTTwinMakerAsync.ListComponentTypes
* @see AWS API Documentation
*/
java.util.concurrent.Future listComponentTypesAsync(ListComponentTypesRequest listComponentTypesRequest);
/**
*
* Lists all component types in a workspace.
*
*
* @param listComponentTypesRequest
* @param 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.
* @return A Java Future containing the result of the ListComponentTypes operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.ListComponentTypes
* @see AWS API Documentation
*/
java.util.concurrent.Future listComponentTypesAsync(ListComponentTypesRequest listComponentTypesRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Lists all entities in a workspace.
*
*
* @param listEntitiesRequest
* @return A Java Future containing the result of the ListEntities operation returned by the service.
* @sample AWSIoTTwinMakerAsync.ListEntities
* @see AWS API
* Documentation
*/
java.util.concurrent.Future listEntitiesAsync(ListEntitiesRequest listEntitiesRequest);
/**
*
* Lists all entities in a workspace.
*
*
* @param listEntitiesRequest
* @param 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.
* @return A Java Future containing the result of the ListEntities operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.ListEntities
* @see AWS API
* Documentation
*/
java.util.concurrent.Future listEntitiesAsync(ListEntitiesRequest listEntitiesRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Lists all scenes in a workspace.
*
*
* @param listScenesRequest
* @return A Java Future containing the result of the ListScenes operation returned by the service.
* @sample AWSIoTTwinMakerAsync.ListScenes
* @see AWS API
* Documentation
*/
java.util.concurrent.Future listScenesAsync(ListScenesRequest listScenesRequest);
/**
*
* Lists all scenes in a workspace.
*
*
* @param listScenesRequest
* @param 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.
* @return A Java Future containing the result of the ListScenes operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.ListScenes
* @see AWS API
* Documentation
*/
java.util.concurrent.Future listScenesAsync(ListScenesRequest listScenesRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Lists all tags associated with a resource.
*
*
* @param listTagsForResourceRequest
* @return A Java Future containing the result of the ListTagsForResource operation returned by the service.
* @sample AWSIoTTwinMakerAsync.ListTagsForResource
* @see AWS API Documentation
*/
java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest);
/**
*
* Lists all tags associated with a resource.
*
*
* @param listTagsForResourceRequest
* @param 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.
* @return A Java Future containing the result of the ListTagsForResource operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.ListTagsForResource
* @see AWS API Documentation
*/
java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Retrieves information about workspaces in the current account.
*
*
* @param listWorkspacesRequest
* @return A Java Future containing the result of the ListWorkspaces operation returned by the service.
* @sample AWSIoTTwinMakerAsync.ListWorkspaces
* @see AWS
* API Documentation
*/
java.util.concurrent.Future listWorkspacesAsync(ListWorkspacesRequest listWorkspacesRequest);
/**
*
* Retrieves information about workspaces in the current account.
*
*
* @param listWorkspacesRequest
* @param 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.
* @return A Java Future containing the result of the ListWorkspaces operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.ListWorkspaces
* @see AWS
* API Documentation
*/
java.util.concurrent.Future listWorkspacesAsync(ListWorkspacesRequest listWorkspacesRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Adds tags to a resource.
*
*
* @param tagResourceRequest
* @return A Java Future containing the result of the TagResource operation returned by the service.
* @sample AWSIoTTwinMakerAsync.TagResource
* @see AWS API
* Documentation
*/
java.util.concurrent.Future tagResourceAsync(TagResourceRequest tagResourceRequest);
/**
*
* Adds tags to a resource.
*
*
* @param tagResourceRequest
* @param 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.
* @return A Java Future containing the result of the TagResource operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.TagResource
* @see AWS API
* Documentation
*/
java.util.concurrent.Future tagResourceAsync(TagResourceRequest tagResourceRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Removes tags from a resource.
*
*
* @param untagResourceRequest
* @return A Java Future containing the result of the UntagResource operation returned by the service.
* @sample AWSIoTTwinMakerAsync.UntagResource
* @see AWS API
* Documentation
*/
java.util.concurrent.Future untagResourceAsync(UntagResourceRequest untagResourceRequest);
/**
*
* Removes tags from a resource.
*
*
* @param untagResourceRequest
* @param 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.
* @return A Java Future containing the result of the UntagResource operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.UntagResource
* @see AWS API
* Documentation
*/
java.util.concurrent.Future untagResourceAsync(UntagResourceRequest untagResourceRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Updates information in a component type.
*
*
* @param updateComponentTypeRequest
* @return A Java Future containing the result of the UpdateComponentType operation returned by the service.
* @sample AWSIoTTwinMakerAsync.UpdateComponentType
* @see AWS API Documentation
*/
java.util.concurrent.Future updateComponentTypeAsync(UpdateComponentTypeRequest updateComponentTypeRequest);
/**
*
* Updates information in a component type.
*
*
* @param updateComponentTypeRequest
* @param 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.
* @return A Java Future containing the result of the UpdateComponentType operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.UpdateComponentType
* @see AWS API Documentation
*/
java.util.concurrent.Future updateComponentTypeAsync(UpdateComponentTypeRequest updateComponentTypeRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Updates an entity.
*
*
* @param updateEntityRequest
* @return A Java Future containing the result of the UpdateEntity operation returned by the service.
* @sample AWSIoTTwinMakerAsync.UpdateEntity
* @see AWS API
* Documentation
*/
java.util.concurrent.Future updateEntityAsync(UpdateEntityRequest updateEntityRequest);
/**
*
* Updates an entity.
*
*
* @param updateEntityRequest
* @param 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.
* @return A Java Future containing the result of the UpdateEntity operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.UpdateEntity
* @see AWS API
* Documentation
*/
java.util.concurrent.Future updateEntityAsync(UpdateEntityRequest updateEntityRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Updates a scene.
*
*
* @param updateSceneRequest
* @return A Java Future containing the result of the UpdateScene operation returned by the service.
* @sample AWSIoTTwinMakerAsync.UpdateScene
* @see AWS API
* Documentation
*/
java.util.concurrent.Future updateSceneAsync(UpdateSceneRequest updateSceneRequest);
/**
*
* Updates a scene.
*
*
* @param updateSceneRequest
* @param 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.
* @return A Java Future containing the result of the UpdateScene operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.UpdateScene
* @see AWS API
* Documentation
*/
java.util.concurrent.Future updateSceneAsync(UpdateSceneRequest updateSceneRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
/**
*
* Updates a workspace.
*
*
* @param updateWorkspaceRequest
* @return A Java Future containing the result of the UpdateWorkspace operation returned by the service.
* @sample AWSIoTTwinMakerAsync.UpdateWorkspace
* @see AWS
* API Documentation
*/
java.util.concurrent.Future updateWorkspaceAsync(UpdateWorkspaceRequest updateWorkspaceRequest);
/**
*
* Updates a workspace.
*
*
* @param updateWorkspaceRequest
* @param 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.
* @return A Java Future containing the result of the UpdateWorkspace operation returned by the service.
* @sample AWSIoTTwinMakerAsyncHandler.UpdateWorkspace
* @see AWS
* API Documentation
*/
java.util.concurrent.Future updateWorkspaceAsync(UpdateWorkspaceRequest updateWorkspaceRequest,
com.amazonaws.handlers.AsyncHandler asyncHandler);
}