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