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 DescribeTagsResult
AbstractAmazonWorkspaces. describeTags(DescribeTagsRequest request)
DescribeTagsResult
AmazonWorkspaces. describeTags(DescribeTagsRequest describeTagsRequest)
Describes tags for a WorkSpace.DescribeTagsResult
AmazonWorkspacesClient. 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 DescribeTagsResult
DescribeTagsResult. clone()
DescribeTagsResult
DescribeTagsResult. withTagList(Tag... tagList)
The list of tags.DescribeTagsResult
DescribeTagsResult. withTagList(Collection<Tag> tagList)
The list of tags.
-