Uses of Class
software.amazon.awssdk.services.connect.model.DeleteAttachedFileResponse
-
Packages that use DeleteAttachedFileResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of DeleteAttachedFileResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DeleteAttachedFileResponse Modifier and Type Method Description default DeleteAttachedFileResponseConnectClient. deleteAttachedFile(Consumer<DeleteAttachedFileRequest.Builder> deleteAttachedFileRequest)Deletes an attached file along with the underlying S3 Object.default DeleteAttachedFileResponseConnectClient. deleteAttachedFile(DeleteAttachedFileRequest deleteAttachedFileRequest)Deletes an attached file along with the underlying S3 Object.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DeleteAttachedFileResponse Modifier and Type Method Description default CompletableFuture<DeleteAttachedFileResponse>ConnectAsyncClient. deleteAttachedFile(Consumer<DeleteAttachedFileRequest.Builder> deleteAttachedFileRequest)Deletes an attached file along with the underlying S3 Object.default CompletableFuture<DeleteAttachedFileResponse>ConnectAsyncClient. deleteAttachedFile(DeleteAttachedFileRequest deleteAttachedFileRequest)Deletes an attached file along with the underlying S3 Object.
-