| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the AWS IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AWSIoTSiteWiseAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AWSIoTSiteWiseAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a project in the specified portal.
|
Future<CreateProjectResult> |
AbstractAWSIoTSiteWiseAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateProjectRequest |
CreateProjectRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateProjectRequest |
CreateProjectRequest.clone() |
CreateProjectRequest |
CreateProjectRequest.withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
CreateProjectRequest |
CreateProjectRequest.withPortalId(String portalId)
The ID of the portal in which to create the project.
|
CreateProjectRequest |
CreateProjectRequest.withProjectDescription(String projectDescription)
A description for the project.
|
CreateProjectRequest |
CreateProjectRequest.withProjectName(String projectName)
A friendly name for the project.
|
CreateProjectRequest |
CreateProjectRequest.withTags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the project.
|
Copyright © 2021. All rights reserved.