Uses of Class
com.amazonaws.services.workspaces.model.DescribeTagsResult
Packages that use DescribeTagsResult
-
Uses of DescribeTagsResult in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces that return DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonWorkspaces.describeTags
(DescribeTagsRequest request) AmazonWorkspaces.describeTags
(DescribeTagsRequest describeTagsRequest) Describes tags for a WorkSpace.AmazonWorkspacesClient.describeTags
(DescribeTagsRequest describeTagsRequest) Describes tags for a WorkSpace.Methods in com.amazonaws.services.workspaces that return types with arguments of type DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.describeTagsAsync
(DescribeTagsRequest request) AbstractAmazonWorkspacesAsync.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonWorkspacesAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest) Describes tags for a WorkSpace.AmazonWorkspacesAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Describes tags for a WorkSpace.AmazonWorkspacesAsyncClient.describeTagsAsync
(DescribeTagsRequest request) AmazonWorkspacesAsyncClient.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Method parameters in com.amazonaws.services.workspaces with type arguments of type DescribeTagsResultModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.describeTagsAsync
(DescribeTagsRequest request, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) AmazonWorkspacesAsync.describeTagsAsync
(DescribeTagsRequest describeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult> asyncHandler) Describes tags for a WorkSpace.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 DescribeTagsResultModifier and TypeMethodDescriptionDescribeTagsResult.clone()
DescribeTagsResult.withTagList
(Tag... tagList) The list of tags.DescribeTagsResult.withTagList
(Collection<Tag> tagList) The list of tags.