| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| com.amazonaws.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
AddTagsResult |
AmazonMachineLearningClient.addTags(AddTagsRequest request)
Adds one or more tags to an object, up to a limit of 10.
|
AddTagsResult |
AmazonMachineLearning.addTags(AddTagsRequest addTagsRequest)
Adds one or more tags to an object, up to a limit of 10.
|
AddTagsResult |
AbstractAmazonMachineLearning.addTags(AddTagsRequest request) |
Future<AddTagsResult> |
AbstractAmazonMachineLearningAsync.addTagsAsync(AddTagsRequest request) |
Future<AddTagsResult> |
AmazonMachineLearningAsyncClient.addTagsAsync(AddTagsRequest request) |
Future<AddTagsResult> |
AmazonMachineLearningAsync.addTagsAsync(AddTagsRequest addTagsRequest)
Adds one or more tags to an object, up to a limit of 10.
|
Future<AddTagsResult> |
AbstractAmazonMachineLearningAsync.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Future<AddTagsResult> |
AmazonMachineLearningAsyncClient.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Future<AddTagsResult> |
AmazonMachineLearningAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds one or more tags to an object, up to a limit of 10.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AddTagsResult> |
AbstractAmazonMachineLearningAsync.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Future<AddTagsResult> |
AmazonMachineLearningAsyncClient.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Future<AddTagsResult> |
AmazonMachineLearningAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds one or more tags to an object, up to a limit of 10.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest |
AddTagsRequest.clone() |
AddTagsRequest |
AddTagsRequest.withResourceId(String resourceId)
The ID of the ML object to tag.
|
AddTagsRequest |
AddTagsRequest.withResourceType(String resourceType)
The type of the ML object to tag.
|
AddTagsRequest |
AddTagsRequest.withResourceType(TaggableResourceType resourceType)
The type of the ML object to tag.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
The key-value pairs to use to create tags.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The key-value pairs to use to create tags.
|
Copyright © 2019. All rights reserved.