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