Uses of Class
software.amazon.awssdk.services.workspaces.model.DescribeTagsResponse
-
Packages that use DescribeTagsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DescribeTagsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DescribeTagsResponse Modifier and Type Method Description default DescribeTagsResponseWorkSpacesClient. describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)Describes the specified tags for the specified WorkSpaces resource.default DescribeTagsResponseWorkSpacesClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes the specified tags for the specified WorkSpaces resource.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DescribeTagsResponse Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>WorkSpacesAsyncClient. describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)Describes the specified tags for the specified WorkSpaces resource.default CompletableFuture<DescribeTagsResponse>WorkSpacesAsyncClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes the specified tags for the specified WorkSpaces resource.
-