Uses of Class
software.amazon.awssdk.services.efs.model.CreateTagsResponse
-
Packages that use CreateTagsResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of CreateTagsResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return CreateTagsResponse Modifier and Type Method Description default CreateTagsResponseEfsClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Deprecated.Use TagResource.default CreateTagsResponseEfsClient. createTags(CreateTagsRequest createTagsRequest)Deprecated.Use TagResource.Methods in software.amazon.awssdk.services.efs that return types with arguments of type CreateTagsResponse Modifier and Type Method Description default CompletableFuture<CreateTagsResponse>EfsAsyncClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Deprecated.Use TagResource.default CompletableFuture<CreateTagsResponse>EfsAsyncClient. createTags(CreateTagsRequest createTagsRequest)Deprecated.Use TagResource.
-