| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSystemInstanceResult> |
AWSIoTThingsGraphAsyncClient.createSystemInstanceAsync(CreateSystemInstanceRequest request,
AsyncHandler<CreateSystemInstanceRequest,CreateSystemInstanceResult> asyncHandler)
Deprecated.
|
Future<CreateSystemInstanceResult> |
AbstractAWSIoTThingsGraphAsync.createSystemInstanceAsync(CreateSystemInstanceRequest request,
AsyncHandler<CreateSystemInstanceRequest,CreateSystemInstanceResult> asyncHandler)
Deprecated.
|
Future<CreateSystemInstanceResult> |
AWSIoTThingsGraphAsync.createSystemInstanceAsync(CreateSystemInstanceRequest createSystemInstanceRequest,
AsyncHandler<CreateSystemInstanceRequest,CreateSystemInstanceResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.clone() |
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withDefinition(DefinitionDocument definition) |
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withFlowActionsRoleArn(String flowActionsRoleArn)
The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow.
|
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withGreengrassGroupName(String greengrassGroupName)
The name of the Greengrass group where the system instance will be deployed.
|
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withMetricsConfiguration(MetricsConfiguration metricsConfiguration) |
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withS3BucketName(String s3BucketName)
The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's
resource file.
|
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withTags(Collection<Tag> tags)
Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
|
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withTags(Tag... tags)
Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
|
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withTarget(DeploymentTarget target)
The target type of the deployment.
|
CreateSystemInstanceRequest |
CreateSystemInstanceRequest.withTarget(String target)
The target type of the deployment.
|
Copyright © 2024. All rights reserved.