| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UploadEntityDefinitionsResult> |
AbstractAWSIoTThingsGraphAsync.uploadEntityDefinitionsAsync(UploadEntityDefinitionsRequest request,
AsyncHandler<UploadEntityDefinitionsRequest,UploadEntityDefinitionsResult> asyncHandler)
Deprecated.
|
Future<UploadEntityDefinitionsResult> |
AWSIoTThingsGraphAsyncClient.uploadEntityDefinitionsAsync(UploadEntityDefinitionsRequest request,
AsyncHandler<UploadEntityDefinitionsRequest,UploadEntityDefinitionsResult> asyncHandler)
Deprecated.
|
Future<UploadEntityDefinitionsResult> |
AWSIoTThingsGraphAsync.uploadEntityDefinitionsAsync(UploadEntityDefinitionsRequest uploadEntityDefinitionsRequest,
AsyncHandler<UploadEntityDefinitionsRequest,UploadEntityDefinitionsResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UploadEntityDefinitionsRequest |
UploadEntityDefinitionsRequest.clone() |
UploadEntityDefinitionsRequest |
UploadEntityDefinitionsRequest.withDeprecateExistingEntities(Boolean deprecateExistingEntities)
A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new
DefinitionDocument. |
UploadEntityDefinitionsRequest |
UploadEntityDefinitionsRequest.withDocument(DefinitionDocument document)
The
DefinitionDocument that defines the updated entities. |
UploadEntityDefinitionsRequest |
UploadEntityDefinitionsRequest.withSyncWithPublicNamespace(Boolean syncWithPublicNamespace)
A Boolean that specifies whether to synchronize with the latest version of the public namespace.
|
Copyright © 2023. All rights reserved.