Uses of Class
software.amazon.awssdk.services.efs.model.DescribeTagsResponse
-
Packages that use DescribeTagsResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.paginators -
-
Uses of DescribeTagsResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return DescribeTagsResponse Modifier and Type Method Description default DescribeTagsResponseEfsClient. describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)Deprecated.Use ListTagsForResource.default DescribeTagsResponseEfsClient. describeTags(DescribeTagsRequest describeTagsRequest)Deprecated.Use ListTagsForResource.Methods in software.amazon.awssdk.services.efs that return types with arguments of type DescribeTagsResponse Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>EfsAsyncClient. describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)Deprecated.Use ListTagsForResource.default CompletableFuture<DescribeTagsResponse>EfsAsyncClient. describeTags(DescribeTagsRequest describeTagsRequest)Deprecated.Use ListTagsForResource. -
Uses of DescribeTagsResponse in software.amazon.awssdk.services.efs.paginators
Methods in software.amazon.awssdk.services.efs.paginators that return types with arguments of type DescribeTagsResponse Modifier and Type Method Description Iterator<DescribeTagsResponse>DescribeTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.efs.paginators with type arguments of type DescribeTagsResponse Modifier and Type Method Description voidDescribeTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTagsResponse> subscriber)
-