Uses of Class
com.amazonaws.services.elasticfilesystem.model.CreateTagsRequest
-
Packages that use CreateTagsRequest Package Description com.amazonaws.services.elasticfilesystem com.amazonaws.services.elasticfilesystem.model -
-
Uses of CreateTagsRequest in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem with parameters of type CreateTagsRequest Modifier and Type Method Description CreateTagsResult
AbstractAmazonElasticFileSystem. createTags(CreateTagsRequest request)
CreateTagsResult
AmazonElasticFileSystem. createTags(CreateTagsRequest createTagsRequest)
Creates or overwrites tags associated with a file system.CreateTagsResult
AmazonElasticFileSystemClient. createTags(CreateTagsRequest createTagsRequest)
Creates or overwrites tags associated with a file system.Future<CreateTagsResult>
AbstractAmazonElasticFileSystemAsync. createTagsAsync(CreateTagsRequest request)
Future<CreateTagsResult>
AbstractAmazonElasticFileSystemAsync. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Future<CreateTagsResult>
AmazonElasticFileSystemAsync. createTagsAsync(CreateTagsRequest createTagsRequest)
Creates or overwrites tags associated with a file system.Future<CreateTagsResult>
AmazonElasticFileSystemAsync. createTagsAsync(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Creates or overwrites tags associated with a file system.Future<CreateTagsResult>
AmazonElasticFileSystemAsyncClient. createTagsAsync(CreateTagsRequest request)
Future<CreateTagsResult>
AmazonElasticFileSystemAsyncClient. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type CreateTagsRequest Modifier and Type Method Description Future<CreateTagsResult>
AbstractAmazonElasticFileSystemAsync. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Future<CreateTagsResult>
AmazonElasticFileSystemAsync. createTagsAsync(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Creates or overwrites tags associated with a file system.Future<CreateTagsResult>
AmazonElasticFileSystemAsyncClient. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
-
Uses of CreateTagsRequest in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return CreateTagsRequest Modifier and Type Method Description CreateTagsRequest
CreateTagsRequest. clone()
CreateTagsRequest
CreateTagsRequest. withFileSystemId(String fileSystemId)
String.CreateTagsRequest
CreateTagsRequest. withTags(Tag... tags)
An array ofTag
objects to add.CreateTagsRequest
CreateTagsRequest. withTags(Collection<Tag> tags)
An array ofTag
objects to add.
-