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 CreateTagsResultAbstractAmazonElasticFileSystem. createTags(CreateTagsRequest request)CreateTagsResultAmazonElasticFileSystem. createTags(CreateTagsRequest createTagsRequest)Creates or overwrites tags associated with a file system.CreateTagsResultAmazonElasticFileSystemClient. 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 CreateTagsRequestCreateTagsRequest. clone()CreateTagsRequestCreateTagsRequest. withFileSystemId(String fileSystemId)String.CreateTagsRequestCreateTagsRequest. withTags(Tag... tags)An array ofTagobjects to add.CreateTagsRequestCreateTagsRequest. withTags(Collection<Tag> tags)An array ofTagobjects to add.
-