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