| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem | |
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonElasticFileSystem.createTags(CreateTagsRequest createTagsRequest)
Creates or overwrites tags associated with a file system.
|
void |
AmazonElasticFileSystemClient.createTags(CreateTagsRequest createTagsRequest)
Creates or overwrites tags associated with a file system.
|
Future<Void> |
AmazonElasticFileSystemAsyncClient.createTagsAsync(CreateTagsRequest createTagsRequest) |
Future<Void> |
AmazonElasticFileSystemAsync.createTagsAsync(CreateTagsRequest createTagsRequest)
Creates or overwrites tags associated with a file system.
|
Future<Void> |
AmazonElasticFileSystemAsyncClient.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler) |
Future<Void> |
AmazonElasticFileSystemAsync.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler)
Creates or overwrites tags associated with a file system.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonElasticFileSystemAsyncClient.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler) |
Future<Void> |
AmazonElasticFileSystemAsync.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler)
Creates or overwrites tags associated with a file system.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTagsRequest |
CreateTagsRequest.clone() |
CreateTagsRequest |
CreateTagsRequest.withFileSystemId(String fileSystemId)
String.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Collection<Tag> tags)
An array of
Tag objects to add. |
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
An array of
Tag objects to add. |
Copyright © 2015. All rights reserved.