Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.TagResourceRequest.Builder
-
Packages that use TagResourceRequest.Builder Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution.software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.workspacesthinclient
Method parameters in software.amazon.awssdk.services.workspacesthinclient with type arguments of type TagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<TagResourceResponse>WorkSpacesThinClientAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default TagResourceResponseWorkSpacesThinClientClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return TagResourceRequest.Builder Modifier and Type Method Description static TagResourceRequest.BuilderTagResourceRequest. builder()TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagResourceRequest.BuilderTagResourceRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource that you want to tag.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Map<String,String> tags)A map of the key-value pairs of the tag or tags to assign to the resource.TagResourceRequest.BuilderTagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type TagResourceRequest.Builder Modifier and Type Method Description static Class<? extends TagResourceRequest.Builder>TagResourceRequest. serializableBuilderClass()
-