Uses of Class
com.amazonaws.services.workspaces.model.DescribeTagsResult
-
Packages that use DescribeTagsResult Package Description com.amazonaws.services.workspaces com.amazonaws.services.workspaces.model -
-
Uses of DescribeTagsResult in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResultAbstractAmazonWorkspaces. describeTags(DescribeTagsRequest request)DescribeTagsResultAmazonWorkspaces. describeTags(DescribeTagsRequest describeTagsRequest)Describes tags for a WorkSpace.DescribeTagsResultAmazonWorkspacesClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes tags for a WorkSpace.Method parameters in com.amazonaws.services.workspaces with type arguments of type DescribeTagsResult Modifier and Type Method Description Future<DescribeTagsResult>AbstractAmazonWorkspacesAsync. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Future<DescribeTagsResult>AmazonWorkspacesAsync. describeTagsAsync(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler)Describes tags for a WorkSpace.Future<DescribeTagsResult>AmazonWorkspacesAsyncClient. describeTagsAsync(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest,DescribeTagsResult> asyncHandler) -
Uses of DescribeTagsResult in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return DescribeTagsResult Modifier and Type Method Description DescribeTagsResultDescribeTagsResult. clone()DescribeTagsResultDescribeTagsResult. withTagList(Tag... tagList)The list of tags.DescribeTagsResultDescribeTagsResult. withTagList(Collection<Tag> tagList)The list of tags.
-