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