Uses of Class
software.amazon.awssdk.services.connect.model.DeleteAttachedFileResponse
-
Packages that use DeleteAttachedFileResponse Package Description software.amazon.awssdk.services.connect -
-
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.
-