Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WorkSpacesWebAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default UntagResourceResponseWorkSpacesWebClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return UntagResourceRequest.Builder Modifier and Type Method Description static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. resourceArn(String resourceArn)The ARN of the resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)The list of tag keys to remove from the resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)The list of tag keys to remove from the resource.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-