Uses of Class
software.amazon.awssdk.services.backupsearch.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.backupsearch Backup Search -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.backupsearch
Methods in software.amazon.awssdk.services.backupsearch that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseBackupSearchClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)This operation removes tags from the specified resource.default UntagResourceResponseBackupSearchClient. untagResource(UntagResourceRequest untagResourceRequest)This operation removes tags from the specified resource.Methods in software.amazon.awssdk.services.backupsearch that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>BackupSearchAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)This operation removes tags from the specified resource.default CompletableFuture<UntagResourceResponse>BackupSearchAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)This operation removes tags from the specified resource.
-