| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteCoreDefinitionResult> |
AbstractAWSGreengrassAsync.deleteCoreDefinitionAsync(DeleteCoreDefinitionRequest request,
AsyncHandler<DeleteCoreDefinitionRequest,DeleteCoreDefinitionResult> asyncHandler) |
Future<DeleteCoreDefinitionResult> |
AWSGreengrassAsyncClient.deleteCoreDefinitionAsync(DeleteCoreDefinitionRequest request,
AsyncHandler<DeleteCoreDefinitionRequest,DeleteCoreDefinitionResult> asyncHandler) |
Future<DeleteCoreDefinitionResult> |
AWSGreengrassAsync.deleteCoreDefinitionAsync(DeleteCoreDefinitionRequest deleteCoreDefinitionRequest,
AsyncHandler<DeleteCoreDefinitionRequest,DeleteCoreDefinitionResult> asyncHandler)
Deletes a core definition.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCoreDefinitionRequest |
DeleteCoreDefinitionRequest.clone() |
DeleteCoreDefinitionRequest |
DeleteCoreDefinitionRequest.withCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
Copyright © 2024. All rights reserved.