| 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 |
|---|---|
GetConnectorDefinitionResult |
AWSGreengrassClient.getConnectorDefinition(GetConnectorDefinitionRequest request)
Retrieves information about a connector definition.
|
GetConnectorDefinitionResult |
AWSGreengrass.getConnectorDefinition(GetConnectorDefinitionRequest getConnectorDefinitionRequest)
Retrieves information about a connector definition.
|
GetConnectorDefinitionResult |
AbstractAWSGreengrass.getConnectorDefinition(GetConnectorDefinitionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetConnectorDefinitionResult> |
AWSGreengrassAsyncClient.getConnectorDefinitionAsync(GetConnectorDefinitionRequest request,
AsyncHandler<GetConnectorDefinitionRequest,GetConnectorDefinitionResult> asyncHandler) |
Future<GetConnectorDefinitionResult> |
AWSGreengrassAsync.getConnectorDefinitionAsync(GetConnectorDefinitionRequest getConnectorDefinitionRequest,
AsyncHandler<GetConnectorDefinitionRequest,GetConnectorDefinitionResult> asyncHandler)
Retrieves information about a connector definition.
|
Future<GetConnectorDefinitionResult> |
AbstractAWSGreengrassAsync.getConnectorDefinitionAsync(GetConnectorDefinitionRequest request,
AsyncHandler<GetConnectorDefinitionRequest,GetConnectorDefinitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.clone() |
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.withArn(String arn)
The ARN of the definition.
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.withId(String id)
The ID of the definition.
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.withLatestVersion(String latestVersion)
The ID of the latest version associated with the definition.
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the definition.
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.withName(String name)
The name of the definition.
|
GetConnectorDefinitionResult |
GetConnectorDefinitionResult.withTags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
Copyright © 2024. All rights reserved.