Uses of Class
software.amazon.awssdk.services.backupgateway.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.backupgateway Backup gateway -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.backupgateway
Methods in software.amazon.awssdk.services.backupgateway that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseBackupGatewayClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the resource.default UntagResourceResponseBackupGatewayClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource.Methods in software.amazon.awssdk.services.backupgateway that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>BackupGatewayAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the resource.default CompletableFuture<UntagResourceResponse>BackupGatewayAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource.
-